Versions Compared

Key

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

...

  • Login to Securemints on https://securemints.medschl.cam.ac.uk  with your SDHS account
  • Open your Home Drive U
    • Navigate to My Documents
      • Create R-Libs folder
    • We have now created U:\Documents\R-libs path

  • Open Notepad++ and add
    • R_LIBS_USER='U:/Documents/R-libs'  
    • File -> Save As
      • Save in: U:  (file should be saved in the root of Home Drive (U)
      • Filename: .Renviron 
      • Save as Type: All files (no text, file should have no extension)
  • Restart R Studio

Check if new path is now showing in R Studio (run below command to show the paths).

...