diff --git a/dockerfiles/r-stat-201/Dockerfile b/dockerfiles/r-stat-201/Dockerfile index 70c6191..253866e 100644 --- a/dockerfiles/r-stat-201/Dockerfile +++ b/dockerfiles/r-stat-201/Dockerfile @@ -13,7 +13,7 @@ RUN conda install --quiet --yes -c conda-forge \ r-infer=0.5* \ r-testthat=2.3* -RUN Rscript -e "devtools::install_github('UBC-MDS/datateachr@0.1.0')" \ +RUN Rscript -e "devtools::install_github('UBC-MDS/datateachr@0.2.0')" \ && Rscript -e "devtools::install_github('UBC-MDS/taxyvr@0.1.0')" USER root