We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b514996 commit 815fe6eCopy full SHA for 815fe6e
1 file changed
Dockerfile
@@ -6,4 +6,6 @@ COPY --chown=rstudio:rstudio . /home/rstudio/
6
7
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask=FALSE)"
8
9
+RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install('cvanderaa/QFeatures', ref = 'uniquePrecId'); BiocManager::install('statOmics/msqrob2')"
10
+
11
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies=TRUE, build_vignettes=TRUE, repos = BiocManager::repositories())"
0 commit comments