@@ -4,13 +4,14 @@ Version: 0.1.0
4
4
Authors@R: c(
5
5
person("Emil", "Hvitfeldt", , "
[email protected] ", role = c("aut", "cre"),
6
6
comment = c(ORCID = "0000-0002-0679-1945")),
7
- person("Davis", "Vaughan", , "
[email protected] ", role =
c( "ctb"
) ),
7
+ person("Davis", "Vaughan", , "
[email protected] ", role = "ctb"),
8
8
person("Posit Software, PBC", role = c("cph", "fnd"))
9
9
)
10
- Description: Provides sparse vectors powered by ALTREP that behave like
11
- regular vectors, and can thus be used in data frames. Also provides
12
- tools to convert between sparse matrices and data frames with sparse
13
- columns and functions to interact with sparse vectors.
10
+ Description: Provides sparse vectors powered by ALTREP (Alternative
11
+ Representations for R Objects) that behave like regular vectors, and
12
+ can thus be used in data frames. Also provides tools to convert
13
+ between sparse matrices and data frames with sparse columns and
14
+ functions to interact with sparse vectors.
14
15
License: MIT + file LICENSE
15
16
URL: https://github.com/r-lib/sparsevctrs,
16
17
https://r-lib.github.io/sparsevctrs/
@@ -31,7 +32,8 @@ Suggests:
31
32
withr
32
33
VignetteBuilder:
33
34
knitr
34
- Config/Needs/website: tidyverse/tidytemplate, rmarkdown, lobstr, ggplot2, bench, tidyr, ggbeeswarm
35
+ Config/Needs/website: tidyverse/tidytemplate, rmarkdown, lobstr, ggplot2,
36
+ bench, tidyr, ggbeeswarm
35
37
Config/testthat/edition: 3
36
38
Encoding: UTF-8
37
39
Roxygen: list(markdown = TRUE)
0 commit comments