Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update R to version 4.4.2 released yesterday #17831

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

eddelbuettel
Copy link
Contributor

This update R to version 4.4.2 released on yesterday.

As before, we use the Debian package I prepared yesterday. Setup is unchanged from the preceding 4.4.1 release.

Thanks as always for reviewing the PR.

@eddelbuettel eddelbuettel requested a review from a team as a code owner November 1, 2024 12:48
Copy link

github-actions bot commented Nov 1, 2024

Diff for f931a26:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d6739e8..f61c7a0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
 Maintainers: Carl Boettiger <[email protected]> (@cboettig), Dirk Eddelbuettel <[email protected]> (@eddelbuettel)
 GitRepo: https://github.com/rocker-org/rocker.git
 
-Tags: 4.4.1, latest
+Tags: 4.4.2, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 91dd14805998d37ca5617b1853e8c60f5e032f28
-Directory: r-base/4.4.1
+GitCommit: 91be49790deb5c8a1c0f2b64ccc5fb3696645a54
+Directory: r-base/4.4.2
diff --git a/_bashbrew-list b/_bashbrew-list
index acc1992..eee922e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-r-base:4.4.1
+r-base:4.4.2
 r-base:latest
diff --git a/r-base_latest/Dockerfile b/r-base_latest/Dockerfile
index e748b05..66e00a1 100644
--- a/r-base_latest/Dockerfile
+++ b/r-base_latest/Dockerfile
@@ -31,15 +31,15 @@ RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
 	&& locale-gen en_US.utf8 \
 	&& /usr/sbin/update-locale LANG=en_US.UTF-8
 
-ENV LC_ALL en_US.UTF-8
-ENV LANG en_US.UTF-8
+ENV LC_ALL=en_US.UTF-8
+ENV LANG=en_US.UTF-8
 
 ## Use Debian unstable via pinning -- new style via APT::Default-Release
 RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
         && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default \
         && echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/90local-no-recommends
 
-ENV R_BASE_VERSION 4.4.1
+ENV R_BASE_VERSION=4.4.2
 
 # ## During the freeze, new (source) packages are in experimental and we place the binaries in our PPA
 # RUN echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list \

Relevant Maintainers:

@tianon tianon merged commit 1fc3a2f into docker-library:master Nov 4, 2024
6 checks passed
@eddelbuettel eddelbuettel deleted the feature/R-4.4.2 branch November 4, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants