Skip to content

Commit

Permalink
Force installation of xcms from github
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 19, 2024
1 parent 1f12911 commit a209a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ WORKDIR /home/rstudio
COPY --chown=rstudio:rstudio . /home/rstudio/

## Install the xcmsTutorials package and additional required packages
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('xcms', ask = FALSE, type = 'source')"
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE, type = 'source'); BiocManager::install(c('RCurl', 'xcms'), ask = FALSE, dependencies = TRUE, type = 'source'); BiocManager::install('sneumann/xcms')"

RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies = TRUE, type = 'source', build_vignettes = TRUE, repos = BiocManager::repositories())"

0 comments on commit a209a41

Please sign in to comment.