Skip to content

Commit

Permalink
Merge pull request #45 from dataheld/upgrade-img
Browse files Browse the repository at this point in the history
Upgrade snapshot
  • Loading branch information
maxheld83 authored Nov 25, 2024
2 parents acc8ea1 + 01f1272 commit 68b4b23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local({
snapshot_date <- "2024-10-01"
snapshot_date <- "2024-11-24"
message("Setting PPM snapshot date to ", snapshot_date, "...")
# TODO use pak::repo_add here for cross-platform support
# currently blocked by https://github.com/r-lib/pak/issues/644
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ IMAGE_NAME_ROOT="crow"
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
IMAGE_OWNER="dataheld"
REGISTRY_PREFIX="ghcr.io"
RSPM_SNAPSHOT_DATE="2024-10-01"
RSPM_SNAPSHOT_DATE="2024-11-24"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ RUN pip3 install --no-cache-dir \
radian
SHELL ["Rscript", "-e"]

ARG R_DEPS_DEVTIME="usethis, languageserver, servr"
# when list of devtime dep pkgs changes,
ARG R_DEPS_DEVTIME="usethis, languageserver, servr"
# when list of devtime dep pkgs changes,
# apt-get update needs to run again,
# to ensure that apt-get install emitted by pak work
RUN ["/bin/bash", "-c", "apt-get update"]
Expand Down

0 comments on commit 68b4b23

Please sign in to comment.