Package: autotest
Title: Automatic Package Testing
Version: 0.2.0
Authors@R: c(
    person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2172-5265")),
    person("Jouni", "Helske", role = "ctb",
           comment = c(ORCID = "0000-0001-7130-793X"))
  )
Description: Automatic testing of R packages by tracing function calls made
    in examples and tests, then systematically varying the inputs to check
    that functions respond sensibly. The package is a development aid for
    authors submitting to the 'rOpenSci' statistical software review
    project ('rOpenSci' authors, 2021; <doi:10.5281/zenodo.5556756>).
License: GPL-3
URL: https://docs.ropensci.org/autotest/,
        https://github.com/ropensci-review-tools/autotest
BugReports: https://github.com/ropensci-review-tools/autotest/issues
Imports: checkmate, cli, data.table, fs, grDevices, here, magrittr,
        memoise, methods, pkgload, rlang, testthat, tibble, typetracer,
        withr
Suggests: devtools, dplyr, DT, goodpractice, knitr, rmarkdown,
        roxygen2, tidyr, usethis
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Config/ropensci/maintainer: staff
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-02 12:16:34 UTC; smexus
Author: Mark Padgham [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2172-5265>),
  Jouni Helske [ctb] (ORCID: <https://orcid.org/0000-0001-7130-793X>)
Maintainer: Mark Padgham <mark.padgham@email.com>
Repository: CRAN
Date/Publication: 2026-09-12 13:10:09 UTC
