RStudio is a free and open-source integrated development environment for R
To know which versions of RStudio are installed in the HPC cluster use
module spider rstudio
Output: Note that the module name is case sensitive.
---------------------------------------------------------------------------------------
RStudio-Server:
---------------------------------------------------------------------------------------
Description:
This is the RStudio Server version. RStudio is a set of integrated tools designed to help you be more productive with R. The server can be started with: rserver
--server-daemonize=0 --www-port=8787 If you need a database config one can be created with: MYTMP=`mktemp -d` && echo -e "provider=sqlite\ndirectory=${MYTMP}/sqlite" >
"${MYTMP}/db.conf" and then used with: rserver ... --database-config-file="${MYTMP}/db.conf"
Versions:
RStudio-Server/1.4.1717-foss-2021a-Java-11-R-4.1.0
RStudio-Server/2022.02.2+485-foss-2021b
RStudio-Server/2022.07.2+576-foss-2022a-Java-11-R-4.2.2
----------------------------------------------------------------------------------------
For detailed information about a specific "RStudio-Server" package (including how to load the modules) use the module's full name.
Note that names that have a trailing (E) are extensions provided by other modules.
For example:
$ module spider RStudio-Server/2022.07.2+576-foss-2022a-Java-11-R-4.2.2
----------------------------------------------------------------------------------------
In this example, we will use module spider RStudio-Server/2022.07.2, to obtain specific module loading instructions.
[hpc7 ~]$ module spider RStudio-Server/2022.07.2
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RStudio-Server: RStudio-Server/2022.07.2+576-foss-2022a-Java-11-R-4.2.2
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Description:
This is the RStudio Server version. RStudio is a set of integrated tools....
This module can be loaded directly: module load RStudio-Server/2022.07.2+576-foss-2022a-Java-11-R-4.2.2
We advise that RStudio not be configured to autoload large data files.
If using RStudio through OnDemand portal, please review this more specific guidance available on the OnDemand page.
https://sites.google.com/a/case.edu/hpcc/hpc-cluster/hpc-visual-access/hpc-ondemand#h.lwdjha5e4bsj
https://sites.google.com/a/case.edu/hpcc/hpc-cluster/hpc-visual-access/hpc-ondemand#h.5qpk7bg72y65
Previous session data may interfere with startup of subsequent sessions. The above link discusses one known problem. There may be others, including the general issue of configuring the RStudio to even attempt reloading session data automatically at startup. We advuse ti avoid this temptation entirely.