-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.26 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: dbMatrix
Title: dbMatrix
Version: 0.0.0.9126
Authors@R:
c(person("Edward", "C. Ruiz", , "ecr7407@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9174-5387")),
person("Jiaji", "George Chen", email = "jiajic@bu.edu", role = c("aut")),
person("Ruben", "Dries", email = "rubendries@gmail.com",role = c("aut")))
Description: dbMatrix is a package in the dbverse for working with matrices in databases.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/dbverse-org/dbmatrix-r, https://dbverse-org.github.io/dbmatrix-r/
BugReports: https://github.com/dbverse-org/dbmatrix-r/issues
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
Matrix (>= 1.6-5),
MatrixGenerics (>= 1.12.3),
methods,
DBI,
dplyr,
dbplyr,
duckdb (>= 1.4.0),
data.table (>= 1.12.2),
glue,
bit64,
cli,
Rcpp,
arrow,
nanoarrow,
dbProject,
rlang
LinkingTo:
Rcpp,
RcppEigen,
RSpectra,
nanoarrow
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
irlba,
BPCells,
crayon,
R.utils,
checkmate,
reticulate,
RSpectra
Remotes:
dbProject=dbverse-org/dbproject-r
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)