Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management. For more information, see https://www.rstudio.com/products/RStudio/

Accessing RStudio

Log in with your UAlbany NetID and password to: https://rstudio.arcc.albany.edu/

Using your own R Library

  1. Create a file in your home directory called .Renviron 
  2. Set R_LIBS_USER=/path/to/custom/R/lib
  3. Restart RStudio by pressing  in the upper right hand corner of the UI, then "Start New Session"
  4. Check .libPaths() to make sure the correct path is being referenced

Updating your packages

If the system updates R and you find that your packages are no longer importing, please run from RStudio:

 

update.packages(checkBuilt=TRUE, ask=FALSE)
  • No labels