Last updated on 2026-07-09 21:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4-2 | 7.96 | 278.56 | 286.52 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4-2 | 5.55 | 223.67 | 229.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4-2 | 13.00 | 603.97 | 616.97 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4-2 | 14.00 | 449.25 | 463.25 | OK | |
| r-devel-windows-x86_64 | 1.0.4-2 | 13.00 | 264.00 | 277.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.4-2 | 7.68 | 487.74 | 495.42 | ERROR | |
| r-release-linux-x86_64 | 1.0.4-2 | 7.60 | 278.39 | 285.99 | 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 | 367.00 | 378.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 | 14.00 | 639.00 | 653.00 | ERROR |
Version: 1.0.4-2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [116s/139s]
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’ [58s/77s]
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’ [207s/213s]
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' [113s]
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’ [86s/105s]
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’ [111s/140s]
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' [149s]
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' [211s]
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