{testdown} report
2023-08-08
{testdown}
report for {fakepkg}
Performed on the: 2023-08-08 19:24:49.919261 , using {testdown} version 0.1.2.9000
Tested Package Information:
- Title : Package made for testing testdown
- Version : 0.0.0.9000
- Description : Basically just a package with failing tests.
Project Information:
Project Name : attachment
Environment : /home/vincent/attachment
Number of test file(s) : 2
Result Overview:
Number of test(s) : 5
Number of expectation(s) : 22
Number of successful expectation(s) : 10
Number of failed expectation(s) : 6
Number of errored expectation(s) : 1
Number of expectation(s) with warning(s) : 1
Number of validated skip expectation(s) : 1
Number of skipped expectation(s) : 3
Help:
Test session infrastructure (click to expand)
R version 4.3.1 (2023-06-16)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04.2 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8 LC_COLLATE=C.UTF-8
[5] LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8 LC_PAPER=C.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
time zone: Etc/UTC
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] fakepkg_0.0.0.9000 dummypackage_0.0.0.9000 attachment_0.4.0.9099 testthat_3.1.9
loaded via a namespace (and not attached):
[1] xfun_0.39 bslib_0.5.0 htmlwidgets_1.6.2 devtools_2.4.5
[5] remotes_2.4.2 processx_3.8.1 callr_3.7.3 vctrs_0.6.3
[9] tools_4.3.1 ps_1.7.5 tibble_3.2.1 fansi_1.0.4
[13] pkgconfig_2.0.3 desc_1.4.2 assertthat_0.2.1 lifecycle_1.0.3
[17] compiler_4.3.1 stringr_1.5.0 brio_1.1.3 keyring_1.3.1
[21] sodium_1.2.1 httpuv_1.6.11 sass_0.4.6 htmltools_0.5.5
[25] usethis_2.2.1 yaml_2.3.7 later_1.3.1 pillar_1.9.0
[29] crayon_1.5.2 jquerylib_0.1.4 urlchecker_1.0.1 ellipsis_0.3.2
[33] cachem_1.0.8 sessioninfo_1.2.2 mime_0.12 digest_0.6.32
[37] stringi_1.7.12 purrr_1.0.1 bookdown_0.34 rprojroot_2.0.3
[41] fastmap_1.1.1 here_1.0.1 cli_3.6.1 magrittr_2.0.3
[45] pkgbuild_1.4.2 utf8_1.2.3 testdown_0.1.2.9000 withr_2.5.0
[49] prettyunits_1.1.1 waldo_0.5.1 filelock_1.0.2 promises_1.2.0.1
[53] rappdirs_0.3.3 roxygen2_7.2.3 rmarkdown_2.22 memoise_2.0.1
[57] shiny_1.7.4 evaluate_0.21 knitr_1.43 miniUI_0.1.1.1
[61] profvis_0.3.8 rlang_1.1.1 Rcpp_1.0.10 xtable_1.8-4
[65] glue_1.6.2 xml2_1.3.4 pkgload_1.3.2 attempt_0.3.1
[69] jsonlite_1.8.5 rstudioapi_0.14 R6_2.5.1 fs_1.6.2
Glossary (click to expand)
- A file is one test-*.R file from the testthat folder.
- A test is one function call that starts with
test_that('',
. - An expectation is a function call that starts with
expect
. - A successful expectation is an expectation where the test is valid.
- A failed expectation is an expectation where the test is invalid.
- An expectation with warning is an expectation where the code of the test returned a warning.
- An errored expectation is an expectation where the code of the test returned an error (further expectations in the test are not run).
- A validated skip expectation is an expectation that starts with
skip
, and which has been validated (further expectations in the test are not run). - A skipped expectation is an expectation which has not been run because it comes after an expectation with error or a validated skip expectation in the test.