Package: testmaker Title: Facilitate writing testthat tests and parameter checks for data frames Version: 0.0.0.9000 Authors@R: person("Collin", "Edwards", , "Collin.Edwards@dfw.wa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4937-5159")) Description: Based on a template dataframe, generates R code for `testthat` tests or `stopifnot` checks. Intended to streamline testwriting rather than completely automate it; user will need to review the generated code and decide which comparisons make sense. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: cli, clipr, glue, rlang, utils URL: https://framverse.r-universe.dev/testmaker, https://github.com/cbedwards-dfw/testmaker Config/pak/sysreqs: libx11-dev Repository: https://framverse.r-universe.dev Date/Publication: 2024-12-06 18:49:32 UTC RemoteUrl: https://github.com/cbedwards-dfw/testmaker RemoteRef: HEAD RemoteSha: 00c82b02c9d10ec38bca75b099749df3ef56776c NeedsCompilation: no Packaged: 2026-07-09 16:47:14 UTC; root Author: Collin Edwards [aut, cre] (ORCID: ) Maintainer: Collin Edwards