diff --git a/DESCRIPTION b/DESCRIPTION index b3891d9..b7a3517 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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/ @@ -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 diff --git a/man/sparsevctrs-package.Rd b/man/sparsevctrs-package.Rd index 29c2456..03f38a5 100644 --- a/man/sparsevctrs-package.Rd +++ b/man/sparsevctrs-package.Rd @@ -4,7 +4,7 @@ \name{sparsevctrs-package} \alias{sparsevctrs} \alias{sparsevctrs-package} -\title{sparsevctrs: Sparse Vectors For Use in Data Frames} +\title{sparsevctrs: Sparse Vectors for Use in Data Frames} \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. } @@ -18,7 +18,12 @@ Useful links: } \author{ -\strong{Maintainer}: Emil Hvitfeldt \email{emilhhvitfeldt@gmail.com} (\href{https://orcid.org/0000-0002-0679-1945}{ORCID}) +\strong{Maintainer}: Emil Hvitfeldt \email{emil.hvitfeldt@posit.co} (\href{https://orcid.org/0000-0002-0679-1945}{ORCID}) + +Other contributors: +\itemize{ + \item Posit Software, PBC [copyright holder, funder] +} } \keyword{internal}