Package: groupr
Title: Groups with Inapplicable Values
Version: 0.1.1
Authors@R: 
    person(given = "Nicholas",
           family = "Griffiths",
           role = c("aut", "cre"),
           email = "ngriffiths21@gmail.com",
           comment = c(ORCID = "0000-0001-8166-9045"))
Description: The 'groupr' package provides a more powerful version of grouped
  tibbles from 'dplyr'. It allows groups to be marked inapplicable,
  which is a simple but widely useful way to express structure in a dataset.
  It also provides powerful pivoting and other group manipulation functions.
License: MIT + file LICENSE
URL: https://github.com/ngriffiths21/groupr
BugReports: https://github.com/ngriffiths21/groupr/issues
Encoding: UTF-8
Suggests: testthat, knitr, rmarkdown, covr
RoxygenNote: 7.2.3
Imports: dplyr, rlang, vctrs, pillar, purrr, tidyr, tibble
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-09 20:40:26 UTC; NGGriffiths
Author: Nicholas Griffiths [aut, cre] (<https://orcid.org/0000-0001-8166-9045>)
Maintainer: Nicholas Griffiths <ngriffiths21@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-09 21:00:02 UTC
