Last updated on 2025-04-25 06:49:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.31 | 25.92 | 28.23 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.76 | 20.27 | 22.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 48.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 43.95 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 3.00 | 56.00 | 59.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.1 | 2.74 | 24.92 | 27.66 | OK | |
r-release-linux-x86_64 | 0.2.2 | 2.00 | 25.59 | 27.59 | OK | |
r-release-macos-arm64 | 0.2.2 | 31.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 37.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 5.00 | 56.00 | 61.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 35.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 7.00 | 59.00 | 66.00 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/4s]
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(fuj)
>
> test_check("fuj")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 159 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• GH_ACTIONS_OS not set (1): 'test-os.R:7:3'
• On CRAN (1): 'test-fs.R:54:3'
• is_windows() is not TRUE (1): 'test-fs.R:7:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-struct.R:42:3'): examples ──────────────────────────────────────
Error in `structure(NULL)`: attempt to set an attribute on NULL
Backtrace:
▆
1. ├─testthat::expect_warning(structure(NULL)) at test-struct.R:42:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─base::structure(NULL)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 159 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [3s]
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(fuj)
>
> test_check("fuj")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 159 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• GH_ACTIONS_OS not set (1): 'test-os.R:7:3'
• is_windows() is TRUE (2): 'test-fs.R:31:3', 'test-fs.R:53:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-struct.R:42:3'): examples ──────────────────────────────────────
Error in `structure(NULL)`: attempt to set an attribute on NULL
Backtrace:
▆
1. ├─testthat::expect_warning(structure(NULL)) at test-struct.R:42:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─base::structure(NULL)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 159 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64