powered by
Creates tests/testthat/, tests/testthat.R, and adds the testthat package to the Suggests field. Learn more in https://r-pkgs.org/tests.html
tests/testthat/
tests/testthat.R
use_testthat()
use_test() to create individual test files
use_test()
# NOT RUN { use_testthat() use_test() use_test("something-management") # }
Run the code above in your browser using DataLab