Package: autotest Title: Automatic Package Testing Version: 0.2.0.003 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; ). 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 Roxygen: list(markdown = TRUE) Config/ropensci/maintainer: staff Config/roxygen2/version: 8.1.0 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-09-13 13:37:17 UTC RemoteUrl: https://github.com/ropensci-review-tools/autotest RemoteRef: main RemoteSha: eb1f646d58a5e1e4f0ee4452e9d506fb34529cd6 NeedsCompilation: no Packaged: 2026-09-13 14:37:04 UTC; root Author: Mark Padgham [aut, cre] (ORCID: ), Jouni Helske [ctb] (ORCID: ) Maintainer: Mark Padgham