Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.5.0
Date: 2025-06-03
Authors@R: c(
    person(given = "Nicholas J",
           family = "Lyon",
           role = c("aut", "cre", "cph"),
           comment = "https://orcid.org/0000-0003-3905-1078",
           email = "njlyon@alumni.iastate.edu"))
Maintainer: Nicholas J Lyon <njlyon@alumni.iastate.edu>
Description: Suite of helper functions for data wrangling and visualization.
    The only theme for these functions is that they tend towards simple, short, and narrowly-scoped.
    These functions are built for tasks that often recur but are not large enough in scope to warrant an ecosystem of interdependent functions.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://github.com/njlyon0/supportR,
        https://njlyon0.github.io/supportR/
BugReports: https://github.com/njlyon0/supportR/issues
Depends: R (>= 3.5)
Imports: data.tree, dplyr, ggplot2, gh, googledrive, graphics,
        lifecycle, magrittr, methods, purrr, rlang, rmarkdown, scales,
        stringi, stringr, tidyr, vegan
Suggests: ape, devtools, knitr, palmerpenguins, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-06-03 14:44:12 UTC; nick.lyon
Author: Nicholas J Lyon [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-3905-1078>)
Repository: CRAN
Date/Publication: 2025-06-03 15:20:02 UTC
Built: R 4.3.3; ; 2025-06-03 16:51:37 UTC; unix
