-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.25 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: sparsevctrs
Title: Sparse Vectors for Use in Data Frames
Version: 0.1.0.9002
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945")),
person("Davis", "Vaughan", , "[email protected]", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides sparse vectors powered by ALTREP (Alternative
Representations for R Objects) that behave like regular vectors, and
can thus be used in data frames. Also provides tools to convert
between sparse matrices and data frames with sparse columns and
functions to interact with sparse vectors.
License: MIT + file LICENSE
URL: https://github.com/r-lib/sparsevctrs,
https://r-lib.github.io/sparsevctrs/
BugReports: https://github.com/r-lib/sparsevctrs/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.4.0),
rlang (>= 1.1.0),
vctrs
Suggests:
knitr,
Matrix,
methods,
rmarkdown,
testthat (>= 3.0.0),
tibble,
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate, rmarkdown, lobstr, ggplot2,
bench, tidyr, ggbeeswarm
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2