Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.0.0
Authors@R: c(
    person(given = 'Nicholas J',
           family = 'Lyon',
           role = c('aut', "cre"),
           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
Depends: R (>= 3.5)
Imports: dplyr, ggplot2, googledrive, graphics, lifecycle, magrittr,
        methods, purrr, rlang, rmarkdown, stringr, tidyr, vegan
Suggests: ape, knitr, palmerpenguins
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-08 15:20:28 UTC; nick.lyon
Author: Nicholas J Lyon [aut, cre] (<https://orcid.org/0000-0003-3905-1078>)
Repository: CRAN
Date/Publication: 2023-02-09 14:00:02 UTC
Built: R 4.1.3; ; 2023-04-17 18:48:39 UTC; windows
