Skip to content

Commit 1947e14

Browse files
authored
GH-47096: [CI][R] Drop support for R 4.0 (#47285)
### Rationale for this change R 4.0 jobs are failing because purrr 1.1.0 requires R 4.1 or later ### What changes are included in this PR? Drop 4.0 support ### Are these changes tested? Will fire off the CI ### Are there any user-facing changes? Only if you're on R 4.0 * GitHub Issue: #47096 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
1 parent 97d7cdb commit 1947e14

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dev/tasks/r/github.linux.versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
r_version:
3131
# We test devel, release, and oldrel in regular CI.
3232
# This is for older versions
33-
- "4.0"
3433
- "4.1"
3534
- "4.2"
35+
- "4.3"
3636
env:
3737
R_ORG: "rstudio"
3838
R_IMAGE: "r-base"

dev/tasks/r/github.packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ jobs:
313313
# fedora-clang-devel cannot use binaries bc of libc++ (uncomment to see the error)
314314
# - {image: "rhub/fedora-clang-devel", libarrow_binary: "TRUE"}
315315
- {image: "rhub/ubuntu-release"} # currently ubuntu-22.04
316-
- {image: "rstudio/r-base:4.0-jammy"}
317316
- {image: "rstudio/r-base:4.1-jammy"}
318317
- {image: "rstudio/r-base:4.2-jammy"}
319318
- {image: "rstudio/r-base:4.3-noble"}

r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Description: 'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language
2222
language-independent columnar memory format for flat and hierarchical data,
2323
organized for efficient analytic operations on modern hardware. This
2424
package provides an interface to the 'Arrow C++' library.
25-
Depends: R (>= 4.0)
25+
Depends: R (>= 4.1)
2626
License: Apache License (>= 2.0)
2727
URL: https://github.com/apache/arrow/, https://arrow.apache.org/docs/r/
2828
BugReports: https://github.com/apache/arrow/issues

0 commit comments

Comments
 (0)