Package: tidyplus Title: Additional 'tidyverse' Functions Version: 0.2.0.9005 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 Roxygen: list(markdown = TRUE) Config/Needs/website: poissonconsulting/poissontemplate Config/roxygen2/version: 8.0.0.9000 Config/pak/sysreqs: libicu-dev Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-23 08:16:49 UTC RemoteUrl: https://github.com/poissonconsulting/tidyplus RemoteRef: HEAD RemoteSha: 95406112874365436f9e6475b580463537f1e296 NeedsCompilation: no Packaged: 2026-06-23 10:38:54 UTC; root Author: Joe Thorley [aut] (ORCID: ), Ayla Pearson [aut, cre] (ORCID: ), Duncan Kennedy [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Ayla Pearson