Package: filesstrings
Type: Package
Title: Handy String and File Manipulation
Version: 1.0.0
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre", "cph")),
             person("Jim", "Hester", email = "jim.hester@rstudio.com", 
                    role = "ctb"),
             person("Kirill", "Muller", email = "krlmlr+r@mailbox.org", 
                    role = "ctb"),
             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 file names 
    and extracting information from strings.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: readr, tibble, Rcpp, magrittr, tools, ore, matrixStats
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-06-05 13:46:47 UTC; rnolan
Author: Rory Nolan [aut, cre, cph],
  Jim Hester [ctb],
  Kirill Muller [ctb],
  Sergi Padilla-Parra [ths]
Repository: CRAN
Date/Publication: 2017-06-05 17:55:22 UTC
