Skip to content
Prev 12038 / 12125 Next

[R-pkg-devel] Impact of Matrix requirement for R >= 4.4.0 on CRAN package ecosystem

Hi Ivan,

Thank you so much for your answer. Everything is clear now.

First, we have to ask ourselves if my package needs a more modern Matrix
version. Then, if I need a newer Matrix than 1.7-0, I set the minimal
required Matrix version and the corresponding R version. If I need Matrix,
but the one provided for a specific R version (from R X version) is
sufficient, I simply specify Matrix as a dependency, and it does not
influence my minimal R requirement.

The edge case is an R installation without "Recommended" packages, which
can cause additional manual Matrix installation.

KR Maciej
On Tue, 20 Jan 2026 at 13:04, Ivan Krylov <ikrylov at disroot.org> wrote: