Package: pkg.example
Title: A showcase of how testex can be used to test examples
Version: 0.0.0.9000
Authors@R: 
  person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Suggests: 
  testthat (>= 3.0.0),
  roxygen2,
  testex
Encoding: UTF-8
Roxygen: list(markdown = TRUE, packages = "testex")
RoxygenNote: 7.3.1
License: MIT + file LICENSE
Config/testthat/edition: 3
Config/testex/options: list(check = TRUE, version = "0.2.1")
