File: sparseMatrixStats-package.R

package info (click to toggle)
r-bioc-sparsematrixstats 1.2.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: cpp: 1,332; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

# NOTE: Import a single function to quieten R CMD check NOTE:
#         Package in Depends field not imported from: ‘matrixStats’
#           These packages need to be imported from (in the NAMESPACE file)
#           for when this namespace is loaded but not attached.
#' @importFrom matrixStats allocArray
NULL


#' @useDynLib sparseMatrixStats
NULL

#' @import methods
NULL

#' @importFrom Matrix t
NULL

#' @import MatrixGenerics
NULL

#' @importFrom stats setNames
NULL