Integrating qsub with RStudio
In a previous post, I explained how to run RStudio on the compute nodes of the HPC. I am going to continue on this theme and explore some of the interesting ...
In a previous post, I explained how to run RStudio on the compute nodes of the HPC. I am going to continue on this theme and explore some of the interesting ...
Singularity is a container platform. It allows you to create and run containers that package up pieces of software in a way that is portable and reproducible...
Introducing MonitauR, a package to easily and remotely monitor the progress of your R scripts.
This post details how to get RStudio server running on the compute nodes of the HPC. This is achieved though a combination of singularity and ssh commands. ...
Writing fast code is actually about writing efficient code. Writing code in R doesn’t magically make electrons slower. The perceived slowness of higher-level...