Closed hgputnam closed 3 years ago
I've updated https://www.c4.ucsf.edu/howto/r.html to use datasets instead. The reason why nlme is no longer installed by default in R (>= 4.1.0), is that I decided to not install the 10-20, so called, "recommended" packages globally. Instead, each user will have to install those themself, which will often happen automatically in the background when other packages are installed. The reason for this change is to avoid confusing, misleading warnings on not being able to update those.
FWIW, there's a lot of workarounds on that R help page that are no longer needed for R (>= 4.1.0). This is because I know set R to use a more modern gcc compiler when the r
module is loaded.
It is a highly useful page, that was just an inconsistency I noticed. I am a total noob and have used it to succesfully install packages.
The article gives an example of library nlme. The example says we can find this in the /c4/software stack and we can for v4.03 which the example uses. It is not, however, available for 4.1.1:
Just a bit confusing for. the uninitiated. Can we pick a different library example that will exist for all R versions?