Skip to content

Commit 8680a38

Browse files
authored
Merge pull request #12 from lwaldron/patch-2
use cran.r-project.org mirror
2 parents aea8964 + fd80eff commit 8680a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ WORKDIR /home/rstudio
44

55
COPY --chown=rstudio:rstudio . /home/rstudio/
66

7-
RUN Rscript -e "devtools::install('.', dependencies=TRUE, build_vignettes=TRUE, repos = BiocManager::repositories())"
7+
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

Comments
 (0)