Last updated on 2026-07-13 10:54:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4-2 | 7.95 | 332.21 | 340.16 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4-2 | 5.65 | 202.77 | 208.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4-2 | 12.00 | 401.59 | 413.59 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4-2 | 12.00 | 566.30 | 578.30 | OK | |
| r-devel-windows-x86_64 | 1.0.4-2 | 11.00 | 318.00 | 329.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 | 6.59 | 261.74 | 268.33 | 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 | 13.00 | 504.00 | 517.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/0s]
Running ‘testthat.R’ [94s/110s]
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’ [76s/86s]
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’ [171s/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' [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-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’ [106s/122s]
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' [80s]
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