Skip to content

Commit af03a4b

Browse files
committed
pin bettermc to last cran-approved version
1 parent 87a18d7 commit af03a4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backfill_corrections/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN install2.r --error \
2626

2727
RUN --mount=type=secret,id=GITHUB_TOKEN \
2828
export GITHUB_PAT="$(cat /run/secrets/GITHUB_TOKEN)" && \
29+
R -e 'devtools::install_version("bettermc", version = "1.1.2")' && \
2930
R -e 'devtools::install_github("cmu-delphi/covidcast", ref = "evalcast", subdir = "R-packages/evalcast")' && \
3031
R -e 'devtools::install_github(repo="ryantibs/quantgen", subdir="quantgen")' && \
3132
R -e 'install.packages(list.files(path="/opt/gurobi/linux64/R/", pattern="^gurobi_.*[.]tar[.]gz$", full.names = TRUE), repos=NULL)'

0 commit comments

Comments
 (0)