Closed lovestat closed 2 years ago
This error is from the package Matrix
and was solved recently in their development version. Not sure if it's updated on CRAN yet.
Nevertheless, if you are seeing this error, it means that the operation is not being done by package MatrixExtra
- you need to load the library beforehand with library(MatrixExtra)
. If you want to call the method directly with ::
, I guess you'd have to pick one of those long names with underscores.
Thanks a lot, I will check the development version of Matrix
.
On Windows 10 platform, the title error will happen. Could you please check a bit? Thanks. Below is the data and code I used,