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 release 4.4.1 released two days ago #16996

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

eddelbuettel
Copy link
Contributor

This update R to version 4.4.1 released on Friday.

As before, we use the Debian package I prepared two days ago (very early before leaving for a two-day cycling trip). Setup is unchanged from the recent 4.4.0 release.

Thanks as always for reviewing the PR.

@eddelbuettel eddelbuettel requested a review from a team as a code owner June 16, 2024 13:42
Copy link

Diff for dc1edb9:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 080d9ff..d6739e8 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.0, latest
+Tags: 4.4.1, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 69c238cb525faab5486b1920601f3836b15e1384
-Directory: r-base/4.4.0
+GitCommit: 91dd14805998d37ca5617b1853e8c60f5e032f28
+Directory: r-base/4.4.1
diff --git a/_bashbrew-list b/_bashbrew-list
index c24824f..acc1992 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-r-base:4.4.0
+r-base:4.4.1
 r-base:latest
diff --git a/r-base_latest/Dockerfile b/r-base_latest/Dockerfile
index 8aa2a85..e748b05 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.0
+ENV R_BASE_VERSION 4.4.1
 
 # ## 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 afcd6c1 into docker-library:master Jun 17, 2024
6 checks passed
@eddelbuettel eddelbuettel deleted the feature/R-4.4.1 branch June 17, 2024 17:56
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.

3 participants