Skip to content

Commit 27ab1b4

Browse files
committed
update description
1 parent dc51efd commit 27ab1b4

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
^\.vscode$
1515
^debug$
1616
^cran-comments\.md$
17+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.1.0
2+
Date: 2024-05-24 17:16:29 UTC
3+
SHA: dc51efd3220c491bc0f2e531c34626bac8260ac6

DESCRIPTION

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Version: 0.1.0
44
Authors@R: c(
55
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-0679-1945")),
7-
person("Davis", "Vaughan", , "[email protected]", role = c("ctb")),
7+
person("Davis", "Vaughan", , "[email protected]", role = "ctb"),
88
person("Posit Software, PBC", role = c("cph", "fnd"))
99
)
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.
1415
License: MIT + file LICENSE
1516
URL: https://github.com/r-lib/sparsevctrs,
1617
https://r-lib.github.io/sparsevctrs/
@@ -31,7 +32,8 @@ Suggests:
3132
withr
3233
VignetteBuilder:
3334
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
3537
Config/testthat/edition: 3
3638
Encoding: UTF-8
3739
Roxygen: list(markdown = TRUE)

cran-comments.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Submission comments
2+
3+
- Expanded ALTREP acronym in description field.
4+
- No known references that needs added.
5+
16
## R CMD check results
27

38
0 errors | 0 warnings | 1 note

man/sparsevctrs-package.Rd

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)