# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "stringr" in publications use:' type: software license: MIT title: 'stringr: Simple, Consistent Wrappers for Common String Operations' version: 1.5.1.9000 doi: 10.32614/CRAN.package.stringr abstract: 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. authors: - family-names: Wickham given-names: Hadley email: hadley@posit.co repository: https://tidyverse.r-universe.dev repository-code: https://github.com/tidyverse/stringr commit: 90f8ba7fc3746c07db2d41597bcdc143b78a76d4 url: https://stringr.tidyverse.org contact: - family-names: Wickham given-names: Hadley email: hadley@posit.co