Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.3.0
Authors@R: c(
    person(given = 'Nicholas J',
           family = 'Lyon',
           role = c('aut', "cre", "cph"),
           comment = c(ORCID = '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.2.3
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,
        stringr, tidyr, vegan
Suggests: ape, devtools, knitr, palmerpenguins
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-04-12 17:47:36 UTC; nick.lyon
Author: Nicholas J Lyon [aut, cre, cph]
    (<https://orcid.org/0000-0003-3905-1078>)
Repository: CRAN
Date/Publication: 2024-04-12 18:10:02 UTC
Built: R 4.2.3; ; 2024-04-12 21:54:09 UTC; unix
