Package: tbltools
Title: Tools for Working with Tibbles
Version: 0.1.0
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: magrittr
Suggests: testthat, covr
RoxygenNote: 6.1.1
URL: https://github.com/mkearney/tbltools
BugReports: https://github.com/mkearney/tbltools/issues
NeedsCompilation: no
Packaged: 2019-02-08 16:40:19 UTC; kearneymw
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2019-02-08 17:30:02 UTC
