Last updated on 2026-07-19 05:50:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4-3 | 7.52 | 257.34 | 264.86 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4-3 | 5.32 | 174.39 | 179.71 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4-3 | 13.00 | 581.05 | 594.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4-3 | 5.00 | 260.33 | 265.33 | OK | |
| r-devel-windows-x86_64 | 1.0.4-3 | 12.00 | 464.00 | 476.00 | OK | |
| r-patched-linux-x86_64 | 1.0.4-2 | 8.36 | 294.77 | 303.13 | ERROR | |
| r-release-linux-x86_64 | 1.0.4-3 | 7.37 | 439.91 | 447.28 | OK | |
| r-release-macos-arm64 | 1.0.4-3 | 2.00 | 77.00 | 79.00 | OK | |
| r-release-macos-x86_64 | 1.0.4-3 | 6.00 | 456.00 | 462.00 | OK | |
| r-release-windows-x86_64 | 1.0.4-3 | 12.00 | 357.00 | 369.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.4-3 | 2.00 | 63.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.4-3 | 6.00 | 321.00 | 327.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4-3 | 17.00 | 368.00 | 385.00 | OK |
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [91s/107s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(ssd4mosaic)
>
> test_check("ssd4mosaic")
Saving _problems/test-golem-recommended-49.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 68 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-golem-recommended.R:72:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-golem-recommended.R:43:5'): golem-config works ─────────────────
Error in `config::get(value = value, config = config, file = file, use_parent = use_parent)`: Attempt to assign nested list value from expression.
Only directly assigned values can be used in expressions.
Original Error:
* loadNamespace(x): there is no package called 'here'
Backtrace:
▆
1. ├─testthat::expect_false(...) at test-golem-recommended.R:43:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─ssd4mosaic:::get_golem_config("app_prod", config = "dev", file = config_file)
5. └─config::get(value = value, config = config, file = file, use_parent = use_parent)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 68 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64