Package: exampletestr
Type: Package
Title: Help for Writing Unit Tests Based on Function Examples
Version: 1.4.0
Authors@R: 
    c(person(given = "Rory",
             family = "Nolan",
             role = c("aut", "cre"),
             email = "rorynoolan@gmail.com",
             comment = c(ORCID = "0000-0002-5239-4043")),
      person(given = "Sergi",
             family = "Padilla-Parra",
             role = "ths",
             email = "spadilla@well.ox.ac.uk",
             comment = c(ORCID = "0000-0002-8010-9481")),
      person(given = "Thomas",
             family = "Quinn",
             role = "rev",
             comment = c(ORCID = "0000-0003-0286-6329")),
      person(given = "Laurent",
             family = "Gatto",
             role = "rev",
             comment = c(ORCID = "0000-0002-1520-2268")))
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. 
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: filesstrings (>= 2.7.0), magrittr, stringr, devtools, styler
        (>= 1.0.2), purrr, roxygen2, checkmate, readr, utils, ore (>=
        1.4.0), rprojroot, usethis, clisymbols, crayon, fs, glue, rlang
RoxygenNote: 6.1.0
URL: https://rorynolan.github.io/exampletestr
BugReports: https://www.github.com/rorynolan/exampletestr/issues
Suggests: testthat, covr, knitr, rmarkdown, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2018-09-27 10:29:48 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>),
  Sergi Padilla-Parra [ths] (<https://orcid.org/0000-0002-8010-9481>),
  Thomas Quinn [rev] (<https://orcid.org/0000-0003-0286-6329>),
  Laurent Gatto [rev] (<https://orcid.org/0000-0002-1520-2268>)
Repository: CRAN
Date/Publication: 2018-09-27 14:30:03 UTC
