Skip to content

Commit 9f351ad

Browse files
committed
Install only release packages
1 parent 633d1de commit 9f351ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Suggests:
4343
RMariaDB,
4444
pheatmap,
4545
MsBackendMgf (>= 1.12.0),
46-
MsBackendMassbank (>= 0.3.3),
46+
MsBackendMassbank (>= 1.10.0),
4747
pander,
48-
CompoundDb (>= 0.99.6),
48+
CompoundDb (>= 1.7.0),
4949
xcms,
5050
msdata,
5151
MetaboAnnotation (>= 1.8.1),

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN scripts/install-massbank.sh
3030
RUN scripts/mysql-init.sh
3131

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

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

0 commit comments

Comments
 (0)