Skip to content

Commit

Permalink
Install only release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed May 17, 2024
1 parent 633d1de commit 9f351ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Suggests:
RMariaDB,
pheatmap,
MsBackendMgf (>= 1.12.0),
MsBackendMassbank (>= 0.3.3),
MsBackendMassbank (>= 1.10.0),
pander,
CompoundDb (>= 0.99.6),
CompoundDb (>= 1.7.0),
xcms,
msdata,
MetaboAnnotation (>= 1.8.1),
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN scripts/install-massbank.sh
RUN scripts/mysql-init.sh

## Install the SpectraTutorials package and additional required packages
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('RforMassSpectrometry/MsBackendMassbank'); BiocManager::install('RforMassSpectrometry/MsBackendSql')"
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('MsBackendMassbank'); BiocManager::install('MsBackendSql')"

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

0 comments on commit 9f351ad

Please sign in to comment.