Package: testit 0.13.1
testit: A Simple Package for Testing R Packages
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
Authors:
testit_0.13.1.tar.gz
testit_0.13.1.zip(r-4.5)testit_0.13.1.zip(r-4.4)testit_0.13.1.zip(r-4.3)
testit_0.13.1.tgz(r-4.4-any)testit_0.13.1.tgz(r-4.3-any)
testit_0.13.1.tar.gz(r-4.5-noble)testit_0.13.1.tar.gz(r-4.4-noble)
testit_0.13.1.tgz(r-4.4-emscripten)testit_0.13.1.tgz(r-4.3-emscripten)
testit.pdf |testit.html✨
testit/json (API)
NEWS
# Install 'testit' in R: |
install.packages('testit', repos = c('https://yihui.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yihui/testit/issues
Last updated 11 months agofrom:698afd467b. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Exports:%==%asserthas_errorhas_warningtest_pkg
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Assertions with an optional message | %==% assert |
Check if an R expression produces warnings or errors | has_error has_warning |
Run the tests of a package in its namespace | test_pkg |