Hi Everyone,
I'm very new to R, and am learning to use it as I'd like to use MaAsLin2 to analyze some multi-omics data. I'm working through RStudio, but have been hitting an error while trying to install the Maaslin2 package as I follow along with the user guide - I've also got an error on the pbapply package - is there something I'm doing wrong? The rest of the require packages installed no problem.
pbapply error:
install.packages("pbapply")
"Installing package into ‘C:/Users/Steph/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified) There is a binary version available but the source version is later: binary source needs_compilation pbapply 1.4-0 1.4-1 FALSE
installing the source package ‘pbapply’
ERROR: failed to lock directory 'C:/Users/Steph/Documents/R/win-library/3.6' for modifying
Try removing 'C:/Users/Steph/Documents/R/win-library/3.6/00LOCK-pbapply' Warning in install.packages : installation of package ‘pbapply’ had non-zero exit status
The downloaded source packages are in 'C:\Users\Steph\AppData\Local\Temp\RtmpgxRgGH\downloaded_packages’
Trying to Install MaAsLin2:
> if(!requireNamespace("BiocManager", quietly = TRUE))
+ install.packages("BiocManager")
> BiocManager::install("Maaslin2")
Bioconductor version 3.9 (BiocManager 1.30.4), R 3.6.1 (2019-07-05)
Installing package(s) 'Maaslin2'
Warning message:
package ‘Maaslin2’ is not available (for R version 3.6.1)
Any help is much appreciated for a total beginner here! Alternately.... should I just give up and try the Huttenhower lab Galaxy? I really need a stepbystep userguide XD
Stephanie