From a08ab3b7e41ede09247b18d1803cfb03bc14055a Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 3 Feb 2021 10:37:06 +0000 Subject: [PATCH] Update sve.dm --- howTo/sve.dm | 4 ---- howTo/sve.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 howTo/sve.dm create mode 100644 howTo/sve.md diff --git a/howTo/sve.dm b/howTo/sve.dm deleted file mode 100644 index a19ba9f..0000000 --- a/howTo/sve.dm +++ /dev/null @@ -1,4 +0,0 @@ -# Using R/RStudio on the SVE service - -What is the SVE? -A windows [virtual desktop](https://sotonac.sharepoint.com/teams/IT/SitePages/Services/SouthamptonVirtualEnvironment.aspx/) diff --git a/howTo/sve.md b/howTo/sve.md new file mode 100644 index 0000000..7c4c2ed --- /dev/null +++ b/howTo/sve.md @@ -0,0 +1,30 @@ +# Using R/RStudio on the SVE service + +## What is the SVE? + +A windows [virtual desktop](https://sotonac.sharepoint.com/teams/IT/SitePages/Services/SouthamptonVirtualEnvironment.aspx/) + +Use the Win 10 Student service as it has research & academic software suites such as RStudio etc. The Win 10 Staff service is a generic staff service intended for admin & professional staff use (for now). + +## Why would I use it? + +It hosts most of the applications you'll need including RStudio etc + +It offers easy access to [data folders such as J://](keepingData.md) as you are effectively working 'on campus'. This makes data loading fast. Well... faster than doing it over your home broadband. + +You can easily access your oneDrive folders. + +The virtual PC instance you log in to has reasonable memory allocation so unless you have huuuge datasets you shodl be OK. + +## Git +Git is installed - yay! + +You will need to create your RSA key so that git (inside or outside RStudio) can talk to github/gitlab etc. This RSA key should no be persistent (it didn't used to be before the SVE upgrade). + +## RStudio in SVE + +### Packages +If you need to add new packages use the install.packages() function. This seems to be able to bypass a permissons issue in C:/Apps/RLibraries which causes the normal the RStudio GUI/tab method to fail. + +Better yet use the new & improved loadPackages() function developed at SERG :-) + -- GitLab