SCM

[#6799] Matrix 1.5 should probably rely on newer R versions

Date:
2023-03-12 15:12
Priority:
3
State:
Closed
Submitted by:
Daniel Tholen (thalecress)
Assigned to:
Nobody (None)
Hardware:
All
Product:
None
Operating System:
All
Component:
None
Version:
None
Severity:
normal
Resolution:
None
URL:
Summary:
Matrix 1.5 should probably rely on newer R versions

Detailed description
DESCRIPTION has:
Depends: R (>= 3.5.0), methods

however 1.5.1 fails on R version 3.6.3 (Ubuntu LTS) because last year's updates to kronecker use sequence.default, and I get an error saying that function doesn't exist.

I think this was added in https://github.com/wch/r-source/commit/4086ae89b6db1dc0fd139ecc3f3a19c36f2b3cb5.

Reverting to 1.4-1 makes everything work again.

Comments:

Message  ↓
Date: 2023-03-13 20:04
Sender: Mikael Jagan

Yes, it was my unfortunate mistake. It has been patched in Matrix-devel for ~3 months (since r3775, where we define 'sequence.default' in .onLoad() if necessary), but we've not been able to release Matrix 1.5-4 due to other problems (and lack of time).

Anyway, when reporting bugs, do try to test on Matrix-devel:

> install.packages("Matrix", repos = "http://R-Forge.R-project.org";)

Attached Files:

Changes

Field Old Value Date By
status_idOpen2023-03-13 20:22jaganmn
close_dateNone2023-03-13 20:22jaganmn
Thanks to:
Vienna University of Economics and Business Powered By FusionForge