Type: Package
Package: filesstrings
Title: Handy File and String Manipulation
Version: 3.2.4
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 <rorynoolan@gmail.com>
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://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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-01-25 15:55:46 UTC; rnolan
Author: Rory Nolan [aut, cre, cph] (<https://orcid.org/0000-0002-5239-4043>),
  Sergi Padilla-Parra [ths] (<https://orcid.org/0000-0002-8010-9481>)
Repository: CRAN
Date/Publication: 2023-01-25 17:10:02 UTC
Built: R 4.1.2; ; 2023-01-26 12:07:56 UTC; unix
