Re: [R-pkg-devel] Error creating union class: object ‘.__C__compMatrix’ not found

2020-05-18 Thread renozao
So I can't use neither use the the class mMatrix form Matrix in my package, neither define an internal union class of ("Matrix", "matrix"). If I define a union class with a different name, then I have to import the class "Matrix" from Matrix or I get a check error. But then I need to add Matrix a

Re: [R-pkg-devel] Error creating union class: object ‘.__C__compMatrix’ not found

2020-05-18 Thread renozao
Hi, I tried to solve the issue in multiple ways, but I keep getting an installation error when running R CMD check, although the package installs fine with R CMD INSTALL: Error: package ‘Matrix’ required by ‘NMF’ could not be found I clearly have the package Matrix installed and up-to-date. I

Re: [R-pkg-devel] Error creating union class: object ‘.__C__compMatrix’ not found

2020-05-18 Thread Duncan Murdoch
On 29/04/2020 1:16 p.m., renozao wrote: Thank you Martin, Looks like the mMatrix class defined in Matrix is not exported in 3.6.3, maybe it is now exported in the current R-devel. Matrix doesn't have the same versions as R: it's a recommended package, not a base package. It can be updated