dwww Home | Show directory contents | Find package

stopifnot(requireNamespace("Matrix" , quietly = TRUE)) # includes 'methods'

KNex <-
    local({
        load(system.file(file.path("external", "KNex_slots.rda"), package = "Matrix"))
        ## -> 'L'
        r <- list(mm = methods::new("dgCMatrix"), y = L[["y"]])
        `slot<-` <- methods::`slot<-`
        for (n in c("Dim", "i","p","x")) ## needs methods::slot<-
            slot(r$mm, n) <- L[[n]]
        r
    })

Generated by dwww version 1.15 on Tue Jul 2 05:55:34 CEST 2024.