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

2020-05-18 Thread renozao
ay, May 18, 2020 2:31 PM, Duncan Murdoch wrote: > 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

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-04-29 Thread renozao
Message ‐‐‐ On Saturday, April 18, 2020 12:36 PM, Martin Maechler wrote: > > > > > > renozao > > > > > > on Wed, 8 Apr 2020 16:19:59 + writes: > > > Thank you William for the reproducible example. > > > Current

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

2020-04-08 Thread renozao
-pc-linux-gnu (64-bit) >> Running under: Ubuntu 16.04.6 LTS >> >> Matrix products: default >> BLAS/LAPACK: /usr/lib/libopenblasp-r0.2.18.so >> >> locale: >> [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C >> [3] LC_TIME=en_US.UTF-8LC_COLLATE=e

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

2020-04-06 Thread renozao
Hi, following up on this. Has anybody encountered this issue or could give some insights on it? Is there anything I can do here, except avoiding using Matrix in the union class? Thanks [[alternative HTML version deleted]] __

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

2020-03-30 Thread renozao
Hi, when R CMD check is run under R-devel (2020-03-29 r78108) I get the following error at installation: Error in get(cname, envir = cwhere, inherits = FALSE) : object ‘.__C__compMatrix’ not found Error in setClassUnion("mMatrix", c("Matrix", "matrix")) : unable to create union class: