Package: roxut Type: Package Title: Document Unit Tests Roxygen-Style Version: 0.4.3 Date: 2022-12-12 Authors@R: c( person("Bryan A.", "Hanson", role = c("aut", "cre"), email = "hanson@depauw.edu", comment = c(ORCID = "0000-0003-3536-8246")), person("Claudia", "Beleites", role = "ctb"), person(given = "Hadley", family = "Wickham", role = c("aut", "cph"), comment = "roxygen2 code"), person(given = "Peter", family = "Danenberg", role = c("aut", "cph"), comment = "roxygen2 code"), person(given = "Gábor", family = "Csárdi", role = "aut", comment = "roxygen2 code"), person(given = "Manuel", family = "Eugster", role = c("aut", "cph"), comment = "roxygen2 code"), person(given = "RStudio", role = "cph", comment = "roxygen2 code")) Description: Much as 'roxygen2' allows one to document functions in the same file as the function itself, 'roxut' allows one to write the unit tests in the same file as the function. Once processed, the unit tests are moved to the appropriate directory. Currently supports 'testthat' and 'tinytest' frameworks. The 'roxygen2' package provides much of the infrastructure. URL: https://github.com/bryanhanson/roxut BugReports: https://github.com/bryanhanson/roxut/issues License: GPL-3 Encoding: UTF-8 Depends: roxygen2 (>= 7.1) Suggests: tinytest, testthat Roxygen: list(roclets = c("namespace", "rd", "roxut::tests_roclet")) RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://bryanhanson.r-universe.dev Date/Publication: 2022-12-12 23:00:04 UTC RemoteUrl: https://github.com/bryanhanson/roxut RemoteRef: HEAD RemoteSha: f9c49e0ce42f9e618315b817015337262b48bbc1 NeedsCompilation: no Packaged: 2026-06-21 10:33:41 UTC; root Author: Bryan A. Hanson [aut, cre] (ORCID: ), Claudia Beleites [ctb], Hadley Wickham [aut, cph] (roxygen2 code), Peter Danenberg [aut, cph] (roxygen2 code), Gábor Csárdi [aut] (roxygen2 code), Manuel Eugster [aut, cph] (roxygen2 code), RStudio [cph] (roxygen2 code) Maintainer: Bryan A. Hanson