Package: stringstatic Title: Dependency-Free String Operations Version: 0.1.2 Authors@R: c( person("Alexander", "Rossell Hayes", , "alexander@rossellhayes.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-9412-0457")), person("Eli", "Pousson", , "eli.pousson@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-8280-1706", "str_pad() and str_split() functions")), person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("ctb", "cph"), comment = "stringr package"), person("RStudio", role = "cph", comment = "stringr package") ) Description: Provides drop-in replacements for functions from the 'stringr' package, with the same user interface. These functions have no external dependencies and can be copied directly into your package code using the 'staticimports' package. License: CC0 URL: https://github.com/rossellhayes/stringstatic BugReports: https://github.com/rossellhayes/stringstatic/issues Suggests: testthat (>= 3.0.0) Config/Needs/roxygen: wch/staticimports Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "collate", "staticimports::staticexport_roclet")) RoxygenNote: 7.2.3 Repository: https://rossellhayes.r-universe.dev Date/Publication: 2023-07-11 06:09:11 UTC RemoteUrl: https://github.com/rossellhayes/stringstatic RemoteRef: HEAD RemoteSha: 2c2b4122777f0794944bed0bdb1d8d6c33abd295 NeedsCompilation: no Packaged: 2026-07-09 07:21:56 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ), Eli Pousson [ctb] (ORCID: , str_pad() and str_split() functions), Hadley Wickham [ctb, cph] (stringr package), RStudio [cph] (stringr package) Maintainer: Alexander Rossell Hayes