Package: tinyexpect 0.0.0.9010
tinyexpect: Additional Expecation Predicates for the 'tinytest' Testing Framework
Ports of 'testthat' expectation predicates to the 'tinytest' testing framework. These ports allow easier transitioning from 'testthat' to 'tinytest' as well as provide more explicit expectation predicates for 'tinytest' users.
Authors:
tinyexpect_0.0.0.9010.tar.gz
tinyexpect_0.0.0.9010.zip(r-4.7)tinyexpect_0.0.0.9010.zip(r-4.6)tinyexpect_0.0.0.9010.zip(r-4.5)
tinyexpect_0.0.0.9010.tgz(r-4.6-any)tinyexpect_0.0.0.9010.tgz(r-4.5-any)
tinyexpect_0.0.0.9010.tar.gz(r-4.7-any)tinyexpect_0.0.0.9010.tar.gz(r-4.6-any)
tinyexpect_0.0.0.9010.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tinyexpect/json (API)
| # Install 'tinyexpect' in R: |
| install.packages('tinyexpect', repos = c('https://mojaveazure.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mojaveazure/tinyexpect/issues
Pkgdown/docs site:https://mojaveazure.github.io
Last updated from:8f780b40ee. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 147 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 92 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 83 | ||
| windows-release | OK | 144 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 99 |
Exports:.dots_err.info_err.is_na.is_string.is_var.is_vectorexit_if_not_installedexit_on_biocexit_on_ciexit_on_covrexit_on_cranexit_on_osexpect_compareexpect_conditionexpect_containsexpect_gtexpect_gteexpect_inexpect_invisibleexpect_ltexpect_lteexpect_mapequalexpect_namedexpect_no_conditionexpect_s3_classexpect_s4_classexpect_setequalexpect_typeexpect_visibleskipskip_if_not_installedskip_on_biocskip_on_ciskip_on_covrskip_on_cranskip_on_os
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Expect a Comparison to Hold | expect_comparisons expect_gt expect_gte expect_lt expect_lte |
| Expect a Condition to be Thrown | expect_condition |
| Expect a Superset | expect_contains |
| Expect a Subset | expect_in |
| Expect Invisible | expect_invisible |
| Expect Map Equality | expect_mapequal |
| Expect Names | expect_named |
| Expect No Conditions to be Thrown | expect_no_condition |
| Expect S3 Object | expect_s3_class |
| Expect S4 Object | expect_s4_class |
| Expect Set Equality | expect_setequal |
| Expect Object Type | expect_type |
| Expect Visible | expect_visible |
| Stop Testing | skip |
| Stop Testing if a Required Package is Not Installed | exit_if_not_installed skip_if_not_installed |
| Stop Testing on the Bioconductor Build System | exit_on_bioc skip_on_bioc |
| Stop Testing on CI | exit_on_ci skip_on_ci |
| Stop Testing Under 'covr' | exit_on_covr skip_on_covr |
| Stop Testing on CRAN | exit_on_cran skip_on_cran |
| Stop Testing on Specific Operating Systems and Architectures | exit_on_os skip_on_os |
