Package: filesstrings
Type: Package
Title: Handy File and String Manipulation
Version: 2.7.0
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre", "cph"),
                    comment = c(ORCID = "0000-0002-5239-4043")),
             person("Sergi", "Padilla-Parra", email = "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 slightly better). 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
Encoding: UTF-8
LazyData: true
Imports: magrittr, tools, purrr, checkmate, strex, matrixStats, Rcpp,
        ore, tibble, rlang
RoxygenNote: 6.1.0
Suggests: testthat, covr, knitr, rmarkdown, spelling
Depends: stringr
URL: https://www.github.com/rorynolan/filesstrings
BugReports: https://www.github.com/rorynolan/filesstrings/issues
VignetteBuilder: knitr
LinkingTo: Rcpp
Language: en-US
NeedsCompilation: yes
Packaged: 2018-09-03 15:02:26 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: 2018-09-03 15:20:02 UTC
