# Export the following names
useDynLib(SCArray, c_rowVars_update, c_rowVars_final)

# Export all names
exportPattern("^sc*")

# Import all packages listed as Imports or Depends
import(methods)
import(BiocGenerics)
import(S4Vectors)
import(IRanges)
import(DelayedArray)
import(gdsfmt)
import(DelayedMatrixStats)
importFrom(SummarizedExperiment, SummarizedExperiment, colData, rowData,
    assays, assay, "assay<-")
importFrom(SingleCellExperiment, SingleCellExperiment)
importFrom(utils, object.size, packageVersion, str)
