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

Fix issue with R-devel 4.3.x #42

Merged
merged 2 commits into from
Apr 29, 2022
Merged

Fix issue with R-devel 4.3.x #42

merged 2 commits into from
Apr 29, 2022

Conversation

mojaveazure
Copy link
Member

The following issue occurs on R-devel for 4.3.x:

Warning: class "Graph" is inheriting an inconsistent superclass structure from class "dgCMatrix", inconsistent with "dsparseMatrix"

Solves by ensuring the definition for the Graph class occurs after the setClassUnion for AnyMatrix
Fix found by Martin Mächler (@mmaechler)

The following issue occurs on R-devel for 4.3.x:
> Warning: class "Graph" is inheriting an inconsistent superclass structure from class "dgCMatrix", inconsistent with "dsparseMatrix"

Solves by ensuring the definition for the Graph class occurs after the
setClassUnion for AnyMatrix
Fix found by Martin Maechler (@mmaechler)
Update changelog
@mojaveazure mojaveazure merged commit 569eec1 into develop Apr 29, 2022
@mojaveazure mojaveazure deleted the fix/graph branch April 29, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant