Skip to content

Commit c7d6869

Browse files
authored
Merge pull request #1828 from cmu-delphi/ndefries/backfill/bettermc-not-on-cran
[Backfill corrections] Pin `bettermc` to last cran-approved version
2 parents 7ef2f5b + af03a4b commit c7d6869

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)