use_testthat {usethis} | R Documentation |
Creates tests/testthat/
, tests/testthat.R
, and adds the testthat package
to the Suggests field. Learn more in https://r-pkgs.org/tests.html
use_testthat()
use_test()
to create individual test files
## Not run: use_testthat() use_test() use_test("something-management") ## End(Not run)