Package: filesstrings
Type: Package
Title: Handy String and File Manipulation
Version: 0.3.2
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre", "cph")),
             person("Jim", "Hester", , "jim.hester@rstudio.com", "ctb"),
             person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
                    role = "ths"))
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: Handy string and file processing and manipulation tools. Built on 
    top of the functionality of 'stringr'. Good for those who like to do
    all of their file and string manipulation from within R.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: readr, tibble, Rcpp, magrittr, tools, dplyr, 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-03-18 09:39:34 UTC; rnolan
Author: Rory Nolan [aut, cre, cph],
  Jim Hester [ctb],
  Sergi Padilla-Parra [ths]
Repository: CRAN
Date/Publication: 2017-03-18 17:52:11 UTC
