Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error/warning forming Tsparse mat w/ Matrix {<,>=}v1.3-0
Context: In the `Matrix` package v1.3-0, `sparseMatrix` was [updated](https://cran.r-project.org/web/packages/Matrix/news.html) with a new argument `repr` and deprecation of `giveCsparse=FALSE`. Commit 9f8fa00 avoided deprecation warnings when using `Matrix` package versions >= 1.3-0, but generated errors with versions < 1.3-0. Action: Avoid both errors for earlier versions and deprecation warnings for later versions by constructing Tsparse matrices by directly constructing an appropriate S4 object.
- Loading branch information