Open tavareshugo opened 3 years ago
R packages not available
The libPaths
variable is defined in ~/.Rprofile
file. It has to be done this way, otherwise the compute nodes don't see it.
But if the participant accidentally deletes the file (it happened once!), then the packages will not be available.
The solution is to copy one of our ~/.Rprofile
to their home. Or alternatively, they can run:
echo '.libPaths("/scratch/applications/R/site-library")' > ~/.Rprofile
Create a file for instructors with common issues that we see happen with learners.
Here are some: