Top "Rstudio" questions

RStudio is an IDE for the R statistical programming language.

Rstudio and Google Drive Syncing Problems: "The process cannot access the file because it is being used by another process"

So I'm using RStudio and storing my files on Google Drive (the version with folders on your system, acting like …

google-drive-api rstudio
R shiny: how to save input data to the server or access input variables globally?

I am making an application that asks the user a few basic survey questions. When this is done they are …

r rstudio shiny sendmailr
How to replicate Knit HTML in a command line?

I know this question is similar to this one. But I couldn't get a solution there so posting it here …

r markdown rstudio knitr r-markdown
Container is running beyond virtual memory limits

When I do rhadoop example, below errors are occurred. is running beyond virtual memory limits. Current usage: 121.2 MB of 1 GB …

r hadoop rstudio rstudio-server rhadoop
R loses information when saving plot as encapsulated postscript (.eps)

Lyx and Latex work splendidly with .eps images. But when I export a scatter plot with a smoothing curve from …

r rstudio lyx
Error when install package dplyr in R. Error in install.packages : missing value where TRUE/FALSE needed

I tried to install package dplyr but it always show the error: Error in install.packages : missing value where TRUE/…

r rstudio install.packages
How to nest quantile() function within apply() function in R or RStudio

How can I nest a quantile() within a tapply() in R Studio? Given: tapply(data$x,data$y, quantile) This …

r console rstudio apply quantile
Error when compiling pdf using knitr in rstudio

I have installed the packages Sweave as well as knitr on both Linux mint and Windows 7, and it works well …

r knitr sweave rstudio
What is the relation between RStudio and RServe?

I'm new to R and I decided to put R on a machine I have and see if I can …

r rstudio rserve rstudio-server
How to change .Rprofile location in RStudio

I am working with a "factory fresh" version of RStudio on Windows 7. R is installed under C:/Program Files which …

r environment-variables rstudio rprofile