Package: tidyplus
Title: Additional 'tidyverse' Functions
Version: 0.0.1
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7683-4592")),
    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
Depends: R (>= 3.6)
Imports: chk, dplyr, 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.2.1
NeedsCompilation: no
Packaged: 2022-08-27 15:19:26 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2022-08-29 09:20:02 UTC
