Package: framecleaner
Type: Package
Title: Clean Data Frames
Version: 0.1.0
Authors@R: 
    person(given = "Harrison",
           family = "Tietze",
           role = c("aut", "cre"),
           email = "Harrison4192@gmail.com")
Maintainer: Harrison Tietze <Harrison4192@gmail.com>
Description: Provides a friendly interface for modifying data frames with a sequence of piped commands built upon the 'tidyverse' Wickham et al., (2019) <doi:10.21105/joss.01686> . The majority of commands wrap 'dplyr' mutate statements in a convenient way to concisely solve common issues that arise when tidying small to medium data sets. Includes smart defaults and allows flexible selection of columns via 'tidyselect'. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, stringr, stringi, tidyselect, purrr, janitor, rlang,
        lubridate, magrittr, tibble, rstudioapi, tidyr, forcats, bit64,
        rio, readr, vroom, readxl, fs, rlist, printr
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, badger
VignetteBuilder: knitr
URL: https://github.com/Harrison4192/framecleaner,
        https://harrison4192.github.io/framecleaner/
BugReports: https://github.com/Harrison4192/framecleaner/issues
NeedsCompilation: no
Packaged: 2021-10-01 10:49:33 UTC; Harrison
Author: Harrison Tietze [aut, cre]
Repository: CRAN
Date/Publication: 2021-10-03 09:10:02 UTC
