-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
40 lines (40 loc) · 1.21 KB
/
DESCRIPTION
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
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: beachmat
Version: 2.23.6
Date: 2024-12-20
Title: Compiling Bioconductor to Handle Each Matrix Type
Authors@R: c(person("Aaron", "Lun", role = c("aut", "cre"), email = "[email protected]"),
person("Hervé", "Pagès", role="aut"),
person("Mike", "Smith", role="aut"))
Imports:
methods,
DelayedArray (>= 0.27.2),
SparseArray,
BiocGenerics,
Matrix,
Rcpp
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
rcmdcheck,
BiocParallel,
HDF5Array,
beachmat.hdf5
LinkingTo:
Rcpp,
assorthead
biocViews: DataRepresentation, DataImport, Infrastructure
Description:
Provides a consistent C++ class interface for reading from a variety of commonly used matrix types.
Ordinary matrices and several sparse/dense Matrix classes are directly supported,
along with a subset of the delayed operations implemented in the DelayedArray package.
All other matrix-like objects are supported by calling back into R.
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++17
URL: https://github.com/tatami-inc/beachmat
BugReports: https://github.com/tatami-inc/beachmat/issues
RoxygenNote: 7.3.2
Encoding: UTF-8