963 shaares
3 results
tagged
R
RStudio Server enables you to provide a browser based interface (the RStudio IDE) to a version of R running on a remote Linux server. Deploying R and RStudio on a server has a number of benefits.
One of the reasons to use R for analysis and visualization is the rich ecosystem of ‘packages’ contributed by others. In most cases, just as with smartphones, “There’s a package for that.” If you want to be efficient you need to embrace other people’s work and in the case of R that means installing packages. This post walks you through the basics of package installation and use and gives some tips on workarounds when a package won’t install.