Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo mkdir /opt/rstudio/<sharedfolder>
sudo chmod -R ugo+rw /opt/rstudio/<sharedfolder>


ln -s /opt/rstudio/<sharedfolder> /opt/rstudio/<username>


In order to install libraries accessible to all users, log into the virtual machine hosting RStudio and run the following code: 

Code Block
sudo R

and then within R: 

Code Block
install.packages("<package>", lib="/usr/local/lib/R/site-library")


Changing Passwords

After logging into RStudio,  Select Tools > Shell from the top menu. There, enter the command ‘passwd’ and follow the prompts