Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Positify #58

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading