Upgrade R to 4.x
mkoeppe opened this issue · 12 comments
mkoeppe commented
Previous upgrade:
- #29441 - upgrade rpy2 package 2.8.2 -> 3.3.5, upgrade R to 3.6.3, add new dependencies
Related tickets:
Depends on #34268
CC: @dimpase @EmmanuelCharpentier @kiwifb @orlitzky
Component: packages: standard
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29379
mkoeppe commented
Branch: u/mkoeppe/upgrade_r_3.6.3
mkoeppe commented
comment:2
Tests run at https://github.com/mkoeppe/sage/actions/runs/59805322
New commits:
0a86546 | Update R to 3.6.3, add upstream_url |
mkoeppe commented
comment:3
The update by itself does not fix the errors of the type reported in #29170.
On ubuntu-bionic-minimal (https://github.com/mkoeppe/sage/runs/522493080)
In file included from ../../src/include/R_ext/Applic.h:41:0,
from maxcol.c:37:
../../src/include/R_ext/BLAS.h:103:55: error: expected declaration specifiers or '...' before ')' token
const double *beta, double *y, const int *incy FCLEN);
mkoeppe commented
comment:5
Meanwhile also 4.0.2 is out - https://cran.r-project.org/src/base/R-4/
mkoeppe commented
Description changed:
---
+++
@@ -1,4 +1,6 @@
-The upstream tarball URL is in `checksums.ini`. To test the update on this branch: Use `make SAGE_SPKG="sage-spkg -o" r`; this will download the new upstream package automatically.
+
+Previous upgrade:
+- #29441 - upgrade rpy2 package 2.8.2 -> 3.3.5, upgrade R to 3.6.3, add new dependencies
Related tickets:
- #29170 - Fix R installation errors related to gfortranmkoeppe commented
Changed branch from u/mkoeppe/upgrade_r_3.6.3 to none
slel commented
comment:8
R 4.2.0 was released on 2022-04-22.
dimpase commented
Reviewer: Dima Pasechnik