Skip to content

Commit 58e8744

Browse files
Update Dockerfile
1 parent 41ba3d5 commit 58e8744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r-dsci-100/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN conda install --quiet --yes -c conda-forge \
1818
# we can't use testthat 3.0.4 (current release) because it doesn't include the fix to make interactive tests error https://github.com/r-lib/testthat/pull/1443
1919
# so we will install testthat from a specific commit hash
2020
# old code to do 2.3.2 : RUN Rscript -e "devtools::install_version('testthat', version = '2.3.2', repos = 'http://cran.us.r-project.org')"
21-
RUN Rscript -e "remotes::install_github("r-lib/testthat@4fcc0c7152704c5c2049441920d78d9dfe448836")
21+
RUN Rscript -e "remotes::install_github('r-lib/testthat@4fcc0c7152704c5c2049441920d78d9dfe448836')"
2222

2323
# Install the palmerpenguins dataset
2424
RUN Rscript -e "devtools::install_github('allisonhorst/palmerpenguins@v0.1.0')"

0 commit comments

Comments
 (0)