Type: Package
Package: exampletestr
Title: Help for Writing Unit Tests Based on Function Examples
Version: 1.7.3
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
URL: https://rorynolan.github.io/exampletestr/,
        https://github.com/rorynolan/exampletestr#readme
BugReports: https://github.com/rorynolan/exampletestr/issues
Depends: R (>= 3.5)
Imports: checkmate (>= 2.0), fs (>= 1.5), magrittr (>= 1.5), purrr,
        readr (>= 2.0), rlang (>= 0.4), roxygen2, rstudioapi (>= 0.4),
        strex (>= 1.4.2), stringr (>= 1.5), styler (>= 1.2), usethis
        (>= 2.0), withr (>= 2.1)
Suggests: clipr (>= 0.7), covr, crayon, knitr, pacman, rmarkdown,
        spelling, testthat (>= 2.1)
VignetteBuilder: knitr
Config/testthat/edition: 2
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-10-07 19:07:38 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: 2024-10-07 19:20:02 UTC
Built: R 4.3.3; ; 2024-10-07 21:12:28 UTC; unix
