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 to R 4.4.3 released this morning #18549

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

eddelbuettel
Copy link
Contributor

This update R to version 4.4.3 released this morning.

As before, we use the Debian package I prepared and which is now in 'unstable'. Setup is unchanged from the preceding 4.4.2 release.

Thanks as always for reviewing the PR.

@eddelbuettel eddelbuettel requested a review from a team as a code owner February 28, 2025 21:55
Copy link

Diff for 13071b7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f61c7a0..cef667c 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.2, latest
+Tags: 4.4.3, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 91be49790deb5c8a1c0f2b64ccc5fb3696645a54
-Directory: r-base/4.4.2
+GitCommit: 6fcc5d8dad96fa24438df79cb46451c5534c04ae
+Directory: r-base/4.4.3
diff --git a/_bashbrew-list b/_bashbrew-list
index eee922e..19cbe4a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-r-base:4.4.2
+r-base:4.4.3
 r-base:latest
diff --git a/r-base_latest/Dockerfile b/r-base_latest/Dockerfile
index 66e00a1..4d36f71 100644
--- a/r-base_latest/Dockerfile
+++ b/r-base_latest/Dockerfile
@@ -39,7 +39,7 @@ RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/
         && 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.2
+ENV R_BASE_VERSION=4.4.3
 
 # ## 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 001a28b into docker-library:master Feb 28, 2025
6 checks passed
@eddelbuettel eddelbuettel deleted the feature/R-4.4.3 branch February 28, 2025 22:12
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