From 221ee8edfc2a92772b299e1b4be56f3abb6fcd05 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Mon, 25 Nov 2024 21:14:49 +0100 Subject: [PATCH 1/2] bump up snapshot version --- .Rprofile | 2 +- .env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.Rprofile b/.Rprofile index 5effa33..a7b7ee2 100644 --- a/.Rprofile +++ b/.Rprofile @@ -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 diff --git a/.env b/.env index 0d6a346..c075643 100644 --- a/.env +++ b/.env @@ -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" From 01f1272a590f75fd6026bad84b90c8a3de0541bd Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Mon, 25 Nov 2024 21:15:01 +0100 Subject: [PATCH 2/2] fix lint --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94c56e7..24de4c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]