Top "Rstudio" questions

RStudio is an IDE for the R statistical programming language.

Unable to install.packages(): system call failed: Cannot allocate memory; installation of package had non-zero exit status

I'm using R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" on Platform: x86_64-pc-linux-gnu (64-bit). I have an issue installing new …

r ubuntu rstudio install.packages
installation of package had non-zero exit status

I've just updated R to version 3.6.2 "dark and stormy night" released December 12th last year. I've tried installing the following …

r rstudio tidyverse broom
Changing temporary directory in R

I'm using a Windows virtual machine and I have both R and RStudio installed on it and I'm trying to …

r rstudio temp
How do you delete the current (but not all) plots in the RStudio plotting device?

How do you delete the current (but not all) plots in the RStudio plotting device? dev.off() will remove all …

r rstudio
dynamically add plots to web page using shiny

i want to create an app using shiny that dynamically add plots to the page. it could be 10 plots and …

r rstudio shiny
How to specify lib directory when installing development version R Packages from github repository

In Ubuntu, I am installing all the R packages in the directory, /usr/lib/R/site-library by specifying lib option …

r git rstudio devtools
R tm In mclapply(content(x), FUN, ...) : all scheduled cores encountered errors in user code

When I run the following codes to the penultimate line, I got Warning message: In mclapply(content(x), FUN, ...) : all …

r twitter rstudio tm mclapply
Increase width of entire HTML Rmarkdown output

I am looking to increase the overall width of my HTML Rmarkdown output. When producing PDF documents from Rmarkdowns there …

html rstudio r-markdown margins
Rpresentation in Rstudio - Make image fill out the whole screen

Making an Rpresentation in Rstudio with knitr I have a slide with just one picture, which I want to fill …

r markdown knitr rstudio presentation
Why Pandoc does not retrieve the image file?

On RStudio version 0.98.501 I had a long .Rmd file which was easily converted to html once I clicked KnitHtml button. …

knitr rstudio pandoc r-markdown