diff --git a/howTo/sve.dm b/howTo/sve.dm deleted file mode 100644 index a19ba9f04a616dfe67c5a19947862d8945beba40..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..7c4c2ed34eeaa76c893f32647d501db017186a45 --- /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 :-) +