Skip to content
Prev 33753 / 63424 Next

Problem with standard generic methods in Matrix package

Hello,
Ok, here is the minimal package producing the error :

http://panini.u-paris10.fr/~sloiseau/test_1.0.tar.gz

I have :

library(test)
[1] "dgCMatrix"
attr(,"package")
[1] "Matrix"
Erreur dans y[1L + 0L:(m - 1L) * (n + 1L)] <- x :
    types (de S4 a double) incompatibles dans l'ajustement d'affectation de
type

Thanks!
Sylvain