The installation of a Bioconductor package ShortRead in posit.cloud (free tier) fails due to apparent lack of permissions to write to /opt/R/4.3.0/lib/R/library/. I attach a screenshot of the error message (apologies for this, but I am solving someone else's problem via screenshare).
I should also add that this error happened after a successful installation of CRAN package tidyverse and Bioconductor package Biostrings. Bioconductor package ShortRead is required in addition to Biostrings to install another CRAN package, SimRAD.
Any advice on how to fix this would be very much appreciated!
That's probably expected, and you cannot update packages in the system library. So don't update them. Or install their new new versions in your user package library, if you really need to update them.
Thanks. Do I then understand correctly that not much can be done? Unless the package is forced to install in /cloud/lib/x86_64-pc-linux-gnu-library/4.3 rather than /opt/R/4.3.0/lib/R/library/ (which I believe I cannot do)?
But again, these packages receive minimal updates, and it is most likely that you are fine with the versions you already have and you don't actually need to update them.