Skip to content

Commit 7a6eefe

Browse files
raulcdassignUser
authored andcommitted
GH-46169: [CI][R] Update R version to 4.5 due to 4.4 not being on APT repositories anymore (#46171)
### Rationale for this change The [debian-12-docs](https://github.com/ursacomputing/crossbow/actions/runs/14477216662/job/40605633697) are failing due to R 4.4 missing from Debian repositories and https://cloud.r-project.org/bin/linux/ubuntu/ has also updated to 4.5 ### What changes are included in this PR? Update default R version on `.env` and ARG ### Are these changes tested? Via CI (archery) ### Are there any user-facing changes? No * GitHub Issue: #46169 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 5c1eb91 commit 7a6eefe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PANDAS=latest
7272
PYTHON=3.9
7373
PYTHON_IMAGE_TAG=3.9
7474
PYTHON_ABI_TAG=cp39
75-
R=4.4
75+
R=4.5
7676
SPARK=master
7777
TURBODBC=latest
7878

ci/docker/linux-apt-docs.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ARG base
1919
FROM ${base}
2020

21-
ARG r=4.4
21+
ARG r=4.5
2222

2323
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
2424

ci/docker/linux-apt-r.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV LANG=C.UTF-8
3535
# Build R
3636
# [1] https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04
3737
# [2] https://linuxize.com/post/how-to-install-r-on-ubuntu-18-04/#installing-r-packages-from-cran
38-
ARG r=4.4
38+
ARG r=4.5
3939
RUN apt-get update -y && \
4040
apt-get install -y \
4141
dirmngr \

0 commit comments

Comments
 (0)