Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patches needed before Matrix 1.4-2 release #1113

Closed
simonpcouch opened this issue Aug 12, 2022 · 2 comments
Closed

patches needed before Matrix 1.4-2 release #1113

simonpcouch opened this issue Aug 12, 2022 · 2 comments

Comments

@simonpcouch
Copy link
Collaborator

From email:

Dear R Maintainer maintainer,

You are receiving this message because at least one CRAN or
Bioconductor package that you maintain requires revisions due to
deprecations in the forthcoming Matrix version 1.4-2, which you can
install with

> install.packages("Matrix", repos = "http://r-forge.r-project.org/")

Matrix 1.4-2 will formally deprecate 187 coercion methods.  More
precisely, coercions of the form

> as(object, Class)

where

* 'object' inherits from the virtual class Matrix, is a traditional
  matrix, or is a logical or numeric vector

* 'Class' specifies a non-virtual subclass of Matrix, such as
  dgCMatrix, but really any subclass matching the pattern

      ^[dln]([gts][CRT]|di|ge|tr|sy|tp|sp)Matrix$

will continue to work as before but signal a deprecation message or
warning (_message_ in the widely used dg.Matrix and d.CMatrix cases).
@simonpcouch
Copy link
Collaborator Author

Closed in 1f017a5. :)

@github-actions
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant