Top "Rstudio" questions

RStudio is an IDE for the R statistical programming language.

initctl: Unknown instance: error after Rstudio conf change

I have a new version of R installed on an aws-machine (which always come with an old version for some …

r rstudio rstudio-server
RStudio shows a different $PATH variable

Possible duplicate question, but I don't know the startup process of RStudio to tell if the problems are the same. …

r rstudio path-variables
Remove missing values from frequency distributions in ggplot

My data dsL<-readRDS("./Data/Derived/dsL.rds") # color palette for the outcome attcol8<-c("Never"="#4575b4", "Once …

r ggplot2 rstudio frequency-distribution stackedbarseries
How to suppress automatic table name and number in an .Rmd file using xtable or knitr::kable?

I'd like to name my tables from R scripts without the automatic Table 1:... prefix when using xtable() or knitr::kable() …

r latex rstudio knitr xtable
What are productive ways to debug Rcpp compiled code loaded in R (on OS X Mavericks)?

What is the most productive and quickest way to debug shared objects that are loaded into R, in particular on …

r debugging osx-mavericks rstudio rcpp
Unpack rar archives in R

I need to unpack zip and rar archives, also that must be a multiplatform solution. In R you can unpack …

r zip rstudio unpack rar
R Studio installing stringi fails

I'm trying to invoke knit which tells me that it needs an updated version of rmarkdown which needs the package …

r rstudio r-markdown stringi
TODO comments in rStudio

is there a way to list ToDo comments in rstudio? Before I used eclipse and really loved to put some # …

r rstudio comments todo
Renaming RStudio project under version control

What's the right way to rename an RStudio project (esp., when that project is under version control)? E.g., I …

r git rstudio
R / RStudio : graph scaling issues & fuzziness on high dpi screens

On high DPI 4K monitors it seems that under Windows the RStudio plot window uses pixel doubling to make the …

r graphics ggplot2 rstudio highdpi