Package: tbltools
Title: Tools for Working with Tibbles
Version: 0.0.2
Authors@R: 
    person(given = "Michael W.",
           family = "Kearney",
           role = c("aut", "cre"),
           email = "kearneymw@missouri.edu",
           comment = c(ORCID = "0000-0002-0730-4694"))
Description: Tools for working with tibbles, or data.frame-like objects 
    generated by the 'tibble' package <https://tibble.tidyverse.org/>. Functions 
    assist in converting objects to tibbles and creating frequency tables.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: tfse, tibble, rlang, tidyselect
Suggests: testthat, covr
RoxygenNote: 6.1.0.9000
URL: https://github.com/mkearney/tbltools
BugReports: https://github.com/mkearney/tbltools/issues
NeedsCompilation: no
Packaged: 2018-10-29 19:58:48 UTC; mwk
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2018-10-30 16:50:03 UTC
