Skip to content

Commit 92586fc

Browse files
authored
Merge pull request #46 from smped/devel
Update R package installation command in Dockerfile
2 parents 9f90b36 + 443aad2 commit 92586fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY --chown=rstudio:rstudio . /home/rstudio/
66

77
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask=FALSE)"
88

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

0 commit comments

Comments
 (0)