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 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://rorynolan.r-universe.dev Date/Publication: 2024-10-07 17:59:14 UTC RemoteUrl: https://github.com/rorynolan/exampletestr RemoteRef: HEAD RemoteSha: 408cfc63d538eea427233e71ae3ecdbd7452ebbf NeedsCompilation: no Packaged: 2026-07-05 01:18:05 UTC; root Author: Rory Nolan [aut, cre] (ORCID: ), Sergi Padilla-Parra [ths] (ORCID: ), Thomas Quinn [rev] (ORCID: ), Laurent Gatto [rev] (ORCID: )