Package: exampletestr
Type: Package
Title: Help for Writing Tests Based on Function Examples
Version: 0.3.0
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", role = c("aut", "cre")),
             person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", role = c("ths")))
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: Take the examples written in your documentation of functions and 
    use them to create shells (skeletons which must be manually completed by
    the user) of test files to be tested with the 'testthat' package. 
    Documentation must be done with 'roxygen2'.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: filesstrings, magrittr, stringr, BBmisc, devtools
RoxygenNote: 6.0.1
Suggests: testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-03-18 17:12:34 UTC; rnolan
Author: Rory Nolan [aut, cre],
  Sergi Padilla-Parra [ths]
Repository: CRAN
Date/Publication: 2017-03-18 17:52:04 UTC
