Skip to content

Commit

Permalink
usethis::use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 20, 2024
1 parent a6e1c69 commit 813389b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-0679-1945")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides sparse vectors powered by ALTREP 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.
Description: Provides sparse vectors powered by ALTREP 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/EmilHvitfeldt/sparsevctrs,
https://emilhvitfeldt.github.io/sparsevctrs/
Expand All @@ -22,15 +22,16 @@ Imports:
vctrs
Suggests:
knitr,
rmarkdown,
Matrix,
methods,
rmarkdown,
testthat (>= 3.0.0),
tibble,
withr
VignetteBuilder:
knitr
Config/Needs/website: rmarkdown, lobstr, ggplot2, bench, tidyr, ggbeeswarm
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1.9000
VignetteBuilder: knitr

0 comments on commit 813389b

Please sign in to comment.