Recent Posts

Integrating qsub with RStudio

10 minute read

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 ...

monitauR 🐮

3 minute read

Introducing MonitauR, a package to easily and remotely monitor the progress of your R scripts.

RStudio on the HPC

1 minute read

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. ...

Vectorising chisq.test()

4 minute read

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...