Skip to content

Commit 1fa6080

Browse files
committed
R: Update to v4.4.2
1 parent 0e8886b commit 1fa6080

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.devcontainer/R.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/r/base
2-
ARG R_VERSION=4.4.1
2+
ARG R_VERSION=4.4.2
33

44
ARG INSTALL_DEVTOOLS
55
ARG NODE_VERSION

.devcontainer/cuda-r-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/r/base",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/cuda-r-geospatial/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/r/geospatial",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/cuda-r-qgisprocess/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/r/qgisprocess",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/cuda-r-tidyverse/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/r/tidyverse",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/cuda-r-verse/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/r/verse",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/r-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/r/base",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/r-geospatial/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/r/geospatial",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/r-qgisprocess/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/r/qgisprocess",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

.devcontainer/r-tidyverse/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/r/tidyverse",
8-
"R_VERSION": "4.4.1",
8+
"R_VERSION": "4.4.2",
99
// "CRAN": "https://cloud.r-project.org",
1010
"R_BINARY_PACKAGES": "1",
1111
// "UNMINIMIZE": "unset-to-keep-minimized",

0 commit comments

Comments
 (0)