Package: framecleaner Type: Package Title: Clean Data Frames Version: 0.2.1 Authors@R: person(given = "Harrison", family = "Tietze", role = c("aut", "cre"), email = "Harrison4192@gmail.com") Maintainer: Harrison Tietze Description: Provides a friendly interface for modifying data frames with a sequence of piped commands built upon the 'tidyverse' Wickham et al., (2019) . 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, tidyselect, purrr, janitor, rlang, lubridate, magrittr, tibble, rstudioapi, forcats, bit64, rio, readr, vroom, fs, rlist, fastDummies RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, badger, readxl, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://harrison4192.github.io/framecleaner/, https://github.com/Harrison4192/framecleaner BugReports: https://github.com/Harrison4192/framecleaner/issues Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://harrison4192.r-universe.dev Date/Publication: 2026-02-25 11:07:36 UTC RemoteUrl: https://github.com/harrison4192/framecleaner RemoteRef: HEAD RemoteSha: 919755dad40590ecf0a9a4c881b67fef8d946338 NeedsCompilation: no Packaged: 2026-07-05 03:56:52 UTC; root Author: Harrison Tietze [aut, cre]