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
General purpose users
For your convenience, RStudio is running on lmm.rit.albany.edu. To access it, log in with your UAlbany NetID and password: https://rstudio.arcc.albany.edu/
...
Log in with your UAlbany NetID and password: https://rstudio-liska.arcc.albany.edu/
Using your own R Library
- Create a file in your home directory called .Renviron
- Set R_LIBS_USER=/path/to/custom/R/lib
- You can do this in RStudio by clicking File -> new Text File
- Then File -> Save As
- You can do this in RStudio by clicking File -> new Text File
- Restart RStudio by pressing in the upper right hand corner of the UI, then "Start New Session"
- 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:
Code Block | ||
---|---|---|
| ||
update.packages(checkBuilt=TRUE, ask=FALSE) |
Having Trouble?
Contact arcc@albany.edu