Installing RStudio in WSL2
Posted 22nd July 2024
No comments
Installing RStudio within the Windows Subsystem for Linux was not as simple as expected, once I started installing packages in R. Here’s my procedure for getting it all to work seamlessly.
Export an R data frame into a formatted Excel sheet
Posted 22nd March 2024
No comments
A straightforward method for exporting an R data frame to a formatted Excel workbook.
Rescaling Data in R
Posted 23rd September 2019
No comments
A simple methodology for rescaling multiple series of data via min-max normalisation in R, then plotting.
Changing the default library folder path in R
Posted 30th November 2017
6 comments
A simple procedure in Microsoft Windows for setting the default library folder for installations of R.
Transferring packages between different versions of R
Posted 31st July 2017
No comments
Use a couple of small scripts to easily “transfer” installed packages between different installations or versions of R.
Update R from within the console
Posted 14th February 2017
No comments
A useful protocol for updating the R statistical package from within the R console window.