Type: Package Package: filesstrings Title: Handy File and String Manipulation Version: 3.4.0 Authors@R: c( person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-5239-4043")), person("Sergi", "Padilla-Parra", , "spadilla@well.ox.ac.uk", role = "ths", comment = c(ORCID = "0000-0002-8010-9481")) ) Maintainer: Rory Nolan Description: This started out as a package for file and string manipulation. Since then, the 'fs' and 'strex' packages emerged, offering functionality previously given by this package (but it's done better in these new ones). Those packages have hence almost pushed 'filesstrings' into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the vignette. One example is a function to remove spaces from all file names in a directory. License: GPL-3 URL: https://rorynolan.github.io/filesstrings/, https://github.com/rorynolan/filesstrings BugReports: https://github.com/rorynolan/filesstrings/issues Depends: R (>= 3.5), stringr (>= 1.5) Imports: checkmate (>= 1.9.3), magrittr (>= 1.5), purrr (>= 0.3.0), rlang (>= 0.3.3), strex (>= 1.6), stringi (>= 1.7.8), withr (>= 2.1.0) Suggests: covr, dplyr, knitr, rmarkdown, spelling, testthat (>= 2.1) VignetteBuilder: knitr Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://rorynolan.r-universe.dev Date/Publication: 2024-02-03 19:50:25 UTC RemoteUrl: https://github.com/rorynolan/filesstrings RemoteRef: HEAD RemoteSha: b9e4b5fcbc0edc5cab0fdb028554a1fff113f644 NeedsCompilation: no Packaged: 2026-07-05 01:18:12 UTC; root Author: Rory Nolan [aut, cre, cph] (ORCID: ), Sergi Padilla-Parra [ths] (ORCID: )