Package: exampletestr
Type: Package
Title: Help for Writing Unit Tests Based on Function Examples
Version: 1.5.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. Sort of 
    like python 'doctests' for R.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: filesstrings (>= 3.1.5), magrittr (>= 1.5), stringr (>=
        1.2.0), styler (>= 1.1.1), purrr, roxygen2, checkmate (>=
        1.9.3), readr, ore (>= 1.4.0), fs (>= 1.2.3), glue (>= 1.3.0),
        rlang (>= 0.3.3), withr (>= 2.1.0), usethis (>= 1.5.1)
RoxygenNote: 6.1.1
URL: https://rorynolan.github.io/exampletestr,
        https://github.com/rorynolan/exampletestr#readme
BugReports: https://www.github.com/rorynolan/exampletestr/issues
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown, spelling,
        pacman, crayon
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2019-07-05 14: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: 2019-07-05 17:10:17 UTC
