sagemath/sage

Upgrade R to 4.x

mkoeppe opened this issue · 12 comments

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 gfortran
  • #29378 - Update OpenBLAS to 0.3.9

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

Commit: 0a86546

comment:2

Tests run at https://github.com/mkoeppe/sage/actions/runs/59805322


New commits:

0a86546Update R to 3.6.3, add upstream_url
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);
comment:5

Meanwhile also 4.0.2 is out - https://cran.r-project.org/src/base/R-4/

Changed commit from 0a86546 to none

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 gfortran

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.

comment:9

Obsolete after #34268

Dependencies: #34268

Reviewer: Dima Pasechnik