Hello,
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).
The project is https://posit.cloud/content/5941822 the command to reproduce the error is:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ShortRead")
.libPaths() is:
/cloud/lib/x86_64-pc-linux-gnu-library/4.3
/opt/R/4.3.0/lib/R/library/
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!
FJ