Last updated on 2026-07-03 18:50:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4-2 | 7.16 | 323.67 | 330.83 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4-2 | 5.45 | 211.57 | 217.02 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4-2 | 12.00 | 421.60 | 433.60 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4-2 | 13.00 | 581.62 | 594.62 | OK | |
| r-devel-windows-x86_64 | 1.0.4-2 | 12.00 | 439.00 | 451.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.4-2 | 6.59 | 286.50 | 293.09 | ERROR | |
| r-release-linux-x86_64 | 1.0.4-2 | ERROR | ||||
| r-release-macos-arm64 | 1.0.4-2 | 2.00 | 71.00 | 73.00 | OK | |
| r-release-macos-x86_64 | 1.0.4-2 | 6.00 | 281.00 | 287.00 | OK | |
| r-release-windows-x86_64 | 1.0.4-2 | 11.00 | 304.00 | 315.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.4-2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.4-2 | 6.00 | 415.00 | 421.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4-2 | 16.00 | 577.00 | 593.00 | ERROR |
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [96s/114s]
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-devel-linux-x86_64-debian-clang
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [54s/68s]
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-devel-linux-x86_64-debian-gcc
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [144s/177s]
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-devel-linux-x86_64-fedora-clang
Version: 1.0.4-2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [172s]
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-devel-windows-x86_64
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [95s/114s]
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
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [131s/165s]
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-release-linux-x86_64
Version: 1.0.4-2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [79s]
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-release-windows-x86_64
Version: 1.0.4-2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [134s]
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-oldrel-windows-x86_64