Package: tidyplus
Title: Additional 'tidyverse' Functions
Version: 0.0.2
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
URL: https://github.com/poissonconsulting/tidyplus
BugReports: https://github.com/poissonconsulting/tidyplus/issues
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.3
NeedsCompilation: no
Packaged: 2022-12-16 19:41:48 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-12-16 20:00:02 UTC
Built: R 4.2.0; ; 2022-12-17 13:21:00 UTC; unix
