Package: filesstrings
Type: Package
Title: Handy File and String Manipulation
Version: 2.0.1
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre", "cph")),
             person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
                    role = "ths"))
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: Convenient functions for moving files, deleting directories, 
    and a variety of string operations that facilitate manipulating files 
    and extracting information from strings.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: tibble, Rcpp, magrittr, tools, ore, matrixStats, purrr,
        checkmate
RoxygenNote: 6.0.1
Suggests: testthat, covr, knitr, rmarkdown
LinkingTo: Rcpp
Depends: stringr
URL: https://www.github.com/rorynolan/filesstrings
BugReports: https://www.github.com/rorynolan/filesstrings/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-12-12 13:49:17 UTC; rnolan
Author: Rory Nolan [aut, cre, cph],
  Sergi Padilla-Parra [ths]
Repository: CRAN
Date/Publication: 2017-12-12 14:54:38 UTC
