Package: testex
Title: Add Tests to Examples
Version: 0.1.0
Authors@R: 
    c(
      person(
        "Doug", "Kelkhoff", 
        email = "doug.kelkhoff@gmail.com", 
        role = c("aut", "cre")
      )
    )
Description: 
    Add tests in-line in examples. Provides standalone functions for
    facilitating easier test writing in Rd files. However, a more familiar
    interface is provided using 'roxygen2' tags. Tools are also provided for
    facilitating package configuration and use with 'testthat'.
URL: https://github.com/dgkf/testex, https://dgkf.github.io/testex/
License: MIT + file LICENSE
Depends: R (>= 3.2.0)
Imports: utils
Suggests: testthat, withr, callr, roxygen2, spelling, knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.1
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-04-03 17:31:15 UTC; root
Author: Doug Kelkhoff [aut, cre]
Maintainer: Doug Kelkhoff <doug.kelkhoff@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-04 17:00:02 UTC
