Last updated on 2025-12-06 00:48:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.90 | 35.05 | 42.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.87 | 23.04 | 28.91 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 23.00 | 42.86 | 65.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 35.00 | 29.43 | 64.43 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 9.00 | 53.00 | 62.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 7.66 | 29.88 | 37.54 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 5.92 | 31.37 | 37.29 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 6.00 | 31.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 10.00 | 54.00 | 64.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 6.00 | 36.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 14.00 | 60.00 | 74.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(muttest)
Attaching package: 'muttest'
The following object is masked from 'package:testthat':
default_reporter
>
> test_check("muttest")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 12 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• {covr} is not installed. (1): 'test-acceptance.R:2:1'
• {digest} is not installed. (1): 'test-project_copy_strategy.R:26:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-muttest.R:16:5'): operators ────────────────────────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map(.x, .f, ..., .progress = .progress)`: i In index: 1.
Caused by error in `loadNamespace()`:
! there is no package called 'digest'
Backtrace:
▆
1. ├─muttest (local) .with_example_dir(...) at test-muttest.R:13:3
2. │ └─withr::with_dir(...) at test-muttest.R:2:3
3. │ └─base::force(code)
4. ├─testthat::expect_equal(test_(plan), 0.5) at test-muttest.R:16:5
5. │ └─testthat::quasi_label(enquo(object), label)
6. │ └─rlang::eval_bare(expr, quo_get_env(quo))
7. ├─muttest (local) test_(plan)
8. │ └─(purrr::quietly(muttest))(...) at test-muttest.R:9:3
9. │ ├─purrr:::capture_output(.f(...))
10. │ │ └─base::withCallingHandlers(code, warning = wHandler, message = mHandler)
11. │ └─muttest (local) .f(...)
12. │ └─purrr::walk(...)
13. │ └─purrr::map(.x, .f, ..., .progress = .progress)
14. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
15. │ ├─purrr:::with_indexed_errors(...)
16. │ │ └─base::withCallingHandlers(...)
17. │ ├─purrr:::call_with_cleanup(...)
18. │ └─muttest (local) .f(.x[[i]], ...)
19. │ └─copy_strategy$execute(getwd(), row)
20. │ └─fs::path(tempdir(), digest::digest(plan))
21. ├─base::loadNamespace(x)
22. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
23. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
24. │ │ └─base (local) doWithOneRestart(return(expr), restart)
25. │ └─base::stop(cond)
26. └─purrr (local) `<fn>`(`<pckgNtFE>`)
27. └─cli::cli_abort(...)
28. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc