Source: r-cran-stringr Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-stringr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-stringr.git Homepage: https://cran.r-project.org/package=stringr Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-cli, r-cran-glue (>= 1.6.1), r-cran-lifecycle (>= 1.0.3), r-cran-magrittr, r-cran-rlang (>= 1.0.0), r-cran-stringi (>= 1.5.3), r-cran-vctrs Package: r-cran-stringr Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: Make it easier to work with strings stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions.