Package: tidyplus
Title: Additional 'tidyverse' Functions
Version: 0.2.1
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "aut",
           comment = c(ORCID = "0000-0002-7683-4592")),
    person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7388-1222")),
    person("Duncan", "Kennedy", role = "ctb",
           comment = c(ORCID = "0009-0001-4880-5751")),
    person("Poisson Consulting", role = c("cph", "fnd"))
  )
Description: Provides functions such as str_crush(), add_missing_column(), 
  coalesce_data() and drop_na_all() that complement 'tidyverse' functionality
  or functions that provide alternative behaviors such as if_else2()
  and str_detect2().
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/tidyplus/,
        https://github.com/poissonconsulting/tidyplus
BugReports: https://github.com/poissonconsulting/tidyplus/issues
Depends: R (>= 4.1.0)
Imports: chk, dplyr, lifecycle, rlang, stringi, stringr, tibble, tidyr,
        tidyselect, vctrs
Suggests: covr, readr, sf, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Config/Needs/website: poissonconsulting/poissontemplate
Config/roxygen2/version: 8.0.0.9000
NeedsCompilation: no
Packaged: 2026-07-18 19:09:02 UTC; aylapearson
Author: Joe Thorley [aut] (ORCID: <https://orcid.org/0000-0002-7683-4592>),
  Ayla Pearson [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7388-1222>),
  Duncan Kennedy [ctb] (ORCID: <https://orcid.org/0009-0001-4880-5751>),
  Poisson Consulting [cph, fnd]
Maintainer: Ayla Pearson <ayla@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2026-07-18 19:30:02 UTC
