Package: ttdo 0.0.10
ttdo: Extend 'tinytest' with 'diffobj' and 'tinysnapshot'
The 'tinytest' package offers a light-weight zero-dependency unit-testing framework to which this package adds support via the 'diffobj' package for 'diff'-style textual comparison of R objects, as well as via 'tinysnapshot' package for visual differences in plots.
Authors:
ttdo_0.0.10.tar.gz
ttdo_0.0.10.zip(r-4.7)ttdo_0.0.10.zip(r-4.6)ttdo_0.0.10.zip(r-4.5)
ttdo_0.0.10.tgz(r-4.6-any)ttdo_0.0.10.tgz(r-4.5-any)
ttdo_0.0.10.tar.gz(r-4.7-any)ttdo_0.0.10.tar.gz(r-4.6-any)
ttdo_0.0.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ttdo/json (API)
NEWS
| # Install 'ttdo' in R: |
| install.packages('ttdo', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/ttdo/issues
Last updated from:d77c32c3e3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 93 | ||
| macos-oldrel-arm64 | OK | 75 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 104 |
Exports:expect_equal_with_diffexpect_equal_xlexpect_equivalent_with_diffexpect_equivalent_xlexpect_error_xlexpect_false_xlexpect_identical_xlexpect_message_xlexpect_null_xlexpect_silent_xlexpect_true_xlexpect_visual_equal_with_diffexpect_warning_xlmakeDataFrame
Dependencies:base64enccrayoncurldiffobjmagickmagrittrRcpptinysnapshottinytest
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Test for equality with explicit difference | expect_equal_with_diff expect_equivalent_with_diff |
| Extensions of equality tests for tinytest | expect_equal_xl expect_equivalent_xl expect_identical_xl |
| Test for plot equality with 'diff' generation | expect_visual_equal_with_diff |
| Convert tinytest results to data.frame | makeDataFrame |
| Extensions of boolean and messaging tests from tinytest | expect_error_xl expect_false_xl expect_message_xl expect_null_xl expect_silent_xl expect_true_xl expect_warning_xl ttdo_boolean_and_message_tests |
