Displaying 1 result from an estimated 1 matches for "__c__compmatrix".
2023 Jul 19
0
proposal for WRE: clarify that use of S4 classes implies use of superclasses
...setClass("whatever", contains = "dgCMatrix")
in R/*.R. After installing the package, I see:
> ns <- asNamespace("TestPackage")
> names(ns)
[1] ".__C__generalMatrix" ".__C__Matrix" ".__C__sparseMatrix"
[4] ".__C__compMatrix" ".__C__whatever" "zzz"
[7] ".packageName" ".__C__dsparseMatrix" ".__NAMESPACE__."
[10] ".__C__dMatrix" ".__S3MethodsTable__."
> sort(names(ns))
[1] ".__C__Matrix" "._...