Hi all,
Would you have a suggestion how to fix the error below? Thank you so much!
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("csaw")
library(csaw)
Error in library(csaw) : there is no package called ‘csaw’
You don't show the results from running
BiocManager::install("csaw")
Sorry for that. I assumed it was not helpful in this case.
Seem I don't have permission to install to directory ‘/scg/apps/software/r/4.2.2/lib’, so I should contact server admin or I can install somewhere else?