Skip to content

Commit

Permalink
Merge pull request #58 from EmilHvitfeldt/positify
Browse files Browse the repository at this point in the history
Positify
  • Loading branch information
EmilHvitfeldt authored May 21, 2024
2 parents bcad62b + 813389b commit a00d2bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
23 changes: 13 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Package: sparsevctrs
Title: Sparse Vectors For Use in Data Frames
Title: Sparse Vectors for Use in Data Frames
Version: 0.0.0.9000
Authors@R:
person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945"))
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.
Authors@R: c(
person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
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.
License: MIT + file LICENSE
URL: https://github.com/EmilHvitfeldt/sparsevctrs,
https://emilhvitfeldt.github.io/sparsevctrs/
Expand All @@ -20,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
9 changes: 7 additions & 2 deletions man/sparsevctrs-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a00d2bb

Please sign in to comment.