Package: groupr
Title: Groups with Inapplicable Values
Version: 0.1.0
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
LazyData: true
Suggests: testthat, knitr, rmarkdown, covr
RoxygenNote: 7.1.1
Imports: dplyr, rlang, vctrs, purrr, tidyr, tibble
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-10-07 13:56:10 UTC; nick
Author: Nicholas Griffiths [aut, cre] (<https://orcid.org/0000-0001-8166-9045>)
Maintainer: Nicholas Griffiths <ngriffiths21@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-14 12:30:06 UTC
Built: R 4.0.2; ; 2020-10-15 10:54:42 UTC; unix
