Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.6.1
Date: 2026-09-17
Authors@R: c(
    person(given = "Nicholas J",
           family = "Lyon",
           role = c("aut", "cre", "cph"),
           comment = "https://orcid.org/0000-0003-3905-1078",
           email = "nickjlyon@gmail.com"))
Maintainer: Nicholas J Lyon <nickjlyon@gmail.com>
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
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,
        spelling, stringi, stringr, tidyr, vegan
Suggests: ape, devtools, knitr, palmerpenguins, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-18 15:47:33 UTC; lyon
Author: Nicholas J Lyon [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-3905-1078>)
Repository: CRAN
Date/Publication: 2026-09-18 23:00:02 UTC
