Category Archives: R

Shiny Package for R – An Introduction

Shiny package helps us creating interactive web applications based on R. In this post we will be trying to understand how easy it is to create a shiny app. What makes Shiny stand out? There are two features of shiny which makes it easier to create web applications using R. The first is its powerful… Continue reading »

RStudio – Installing Packages

We can extend the features provided by R using packages. In this post we are going to discuss various options to install packages in RStudio. Install Package Tool A package can easily be installed in RStudio from package Install Package tool. It is available under Tools Menu in RStudio. The package can have other dependencies…. Continue reading »

Category: R

Expression Evaluation using R Hosted in C# Applications

R has become an industry standard for statistical computations. It is natural to wonder how we can use it from our .net applications. Definitely, this quest have landed you here. Let’s begin… Setting Up R On your Machine In order to run R script, we would need R runtime to be installed on the machine… Continue reading »

Category: R Tags: