Package: tidyplus
Title: Additional 'tidyverse' Functions
Version: 0.2.0
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 = "cre",
           comment = c(ORCID = "0000-0001-7388-1222")),       
    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 (>= 3.6)
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
RoxygenNote: 7.3.2
Config/Needs/website: poissonconsulting/poissontemplate
NeedsCompilation: no
Packaged: 2025-01-24 19:55:33 UTC; aylapearson
Author: Joe Thorley [aut] (<https://orcid.org/0000-0002-7683-4592>),
  Ayla Pearson [cre] (<https://orcid.org/0000-0001-7388-1222>),
  Poisson Consulting [cph, fnd]
Maintainer: Ayla Pearson <ayla@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2025-01-24 23:10:01 UTC
Built: R 4.4.3; ; 2025-10-21 14:36:06 UTC; windows
