Package: stringr Title: Simple, Consistent Wrappers for Common String Operations Version: 1.6.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre", "cph")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another. License: MIT + file LICENSE URL: https://stringr.tidyverse.org, https://github.com/tidyverse/stringr BugReports: https://github.com/tidyverse/stringr/issues Depends: R (>= 4.1.0) Imports: cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang (>= 1.0.0), stringi (>= 1.5.3), vctrs (>= 0.4.0) Suggests: covr, dplyr, gt, htmltools, htmlwidgets, knitr, rmarkdown, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/potools/style: explicit Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidyverse.r-universe.dev Date/Publication: 2025-11-04 22:44:24 UTC RemoteUrl: https://github.com/tidyverse/stringr RemoteRef: HEAD RemoteSha: ae054b1d28f630fee22ddb3cb7525396e62af4fe NeedsCompilation: no Packaged: 2026-06-16 07:53:43 UTC; root Author: Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham