Package: testex Title: Add Tests to Examples Version: 0.2.1 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US VignetteBuilder: knitr Repository: https://dgkf.r-universe.dev Date/Publication: 2025-11-17 19:54:11 UTC RemoteUrl: https://github.com/dgkf/testex RemoteRef: HEAD RemoteSha: b6dbca83fb11b29e97a2a574e90f1106c1f01208 NeedsCompilation: no Packaged: 2026-06-15 09:20:37 UTC; root Author: Doug Kelkhoff [aut, cre] Maintainer: Doug Kelkhoff