Displaying 1 result from an estimated 1 matches for "__c__matrix".
Did you mean:
__c__dmatrix
2023 Jul 19
0
proposal for WRE: clarify that use of S4 classes implies use of superclasses
...ClassesFrom(Matrix, dgCMatrix, CsparseMatrix)
in NAMESPACE and
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__.&q...