Last updated on 2026-09-26 09:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 5.09 | 89.08 | 94.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 3.42 | 53.15 | 56.57 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 64.11 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 69.39 | OK | |||
| r-devel-windows-x86_64 | 0.2.2 | 9.00 | 113.00 | 122.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 3.86 | 63.89 | 67.75 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 5.31 | 62.84 | 68.15 | OK | |
| r-release-macos-arm64 | 0.2.3 | 1.00 | 164.00 | 165.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 4.00 | 238.00 | 242.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 10.00 | 133.00 | 143.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 2.00 | 170.00 | 172.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.3 | 3.00 | 229.00 | 232.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 12.00 | 110.00 | 122.00 | ERROR |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(dsROCrate)
>
> test_check("dsROCrate")
Saving _problems/test-safe_output-252.R
Saving _problems/test-safe_output-263.R
Saving _problems/test-safe_output-324.R
2 asset entities were found!
1 asset entity was found!
2 'File' entities were found!
2 'File' entities were found!
1 'File' entity was found!
1 'File' entity was found!
1 'File' entity was found!
[1] "alice"
2 'Author' entities were found!
1 'Author' entity was found!
1 'Author' entity was found!
2 'Project' entities were found!
1 'Project' entity was found!
1 'Project' entity was found!
2 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found!
3 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found!
1 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entity was found!
[ FAIL 3 | WARN 0 | SKIP 36 | PASS 251 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• No ARMADILLO_SERVER env var set (1): 'test-utils-armadillo.R:167:3'
• On CRAN (35): 'test-dsROCrate.R:4:3', 'test-dsROCrate.R:24:3',
'test-dsROCrate.R:48:3', 'test-report.R:282:3', 'test-report.R:325:3',
'test-report.R:367:3', 'test-safe-data.R:24:3', 'test-safe-data.R:40:3',
'test-safe-data.R:56:3', 'test-safe-data.R:72:3', 'test-safe-data.R:90:3',
'test-safe-people.R:13:3', 'test-safe-people.R:32:3',
'test-safe-project.R:27:3', 'test-safe-project.R:46:3',
'test-safe-project.R:62:3', 'test-safe-project.R:78:3',
'test-safe-project.R:97:3', 'test-safe_output.R:24:3',
'test-safe_output.R:40:3', 'test-safe_output.R:76:3',
'test-safe_setting.R:29:3', 'test-utils-connection.R:3:3',
'test-utils-connection.R:15:3', 'test-utils-connection.R:28:3',
'test-utils-opal.R:3:3', 'test-utils-opal.R:13:3',
'test-utils-safe_data.R:3:3', 'test-utils-safe_data.R:35:3',
'test-utils-safe_output.R:395:3', 'test-utils-safe_people.R:3:3',
'test-utils-safe_people.R:23:3', 'test-utils-safe_people.R:98:3',
'test-utils-safe_project.R:308:3', 'test-utils-safe_setting.R:378:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-safe_output.R:252:3'): safe_output captures RESOLVE and ASSIGN operations independently ──
Expected `mappings$action` to equal `c("OPEN", "RESOLVE", "ASSIGN")`.
Differences:
`actual` is NULL
`expected` is a character vector ('OPEN', 'RESOLVE', 'ASSIGN')
── Error ('test-safe_output.R:254:3'): safe_output captures RESOLVE and ASSIGN operations independently ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-safe_output.R:254:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─dplyr::select(...)
5. └─dplyr::filter(mappings, action == "RESOLVE")
── Error ('test-safe_output.R:323:3'): safe_output retains RESOLVE operations without ASSIGN ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "NULL"
Backtrace:
▆
1. └─dplyr::filter(mappings, action == "RESOLVE") at test-safe_output.R:323:3
[ FAIL 3 | WARN 0 | SKIP 36 | PASS 251 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [11s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(dsROCrate)
>
> test_check("dsROCrate")
Saving _problems/test-safe_output-252.R
Saving _problems/test-safe_output-263.R
Saving _problems/test-safe_output-324.R
2 asset entities were found!
1 asset entity was found!
2 'File' entities were found!
2 'File' entities were found!
1 'File' entity was found!
1 'File' entity was found!
1 'File' entity was found!
[1] "alice"
2 'Author' entities were found!
1 'Author' entity was found!
1 'Author' entity was found!
2 'Project' entities were found!
1 'Project' entity was found!
1 'Project' entity was found!
2 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found!
3 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found!
1 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entity was found!
[ FAIL 3 | WARN 0 | SKIP 36 | PASS 251 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• No ARMADILLO_SERVER env var set (1): 'test-utils-armadillo.R:167:3'
• On CRAN (35): 'test-dsROCrate.R:4:3', 'test-dsROCrate.R:24:3',
'test-dsROCrate.R:48:3', 'test-report.R:282:3', 'test-report.R:325:3',
'test-report.R:367:3', 'test-safe-data.R:24:3', 'test-safe-data.R:40:3',
'test-safe-data.R:56:3', 'test-safe-data.R:72:3', 'test-safe-data.R:90:3',
'test-safe-people.R:13:3', 'test-safe-people.R:32:3',
'test-safe-project.R:27:3', 'test-safe-project.R:46:3',
'test-safe-project.R:62:3', 'test-safe-project.R:78:3',
'test-safe-project.R:97:3', 'test-safe_output.R:24:3',
'test-safe_output.R:40:3', 'test-safe_output.R:76:3',
'test-safe_setting.R:29:3', 'test-utils-connection.R:3:3',
'test-utils-connection.R:15:3', 'test-utils-connection.R:28:3',
'test-utils-opal.R:3:3', 'test-utils-opal.R:13:3',
'test-utils-safe_data.R:3:3', 'test-utils-safe_data.R:35:3',
'test-utils-safe_output.R:395:3', 'test-utils-safe_people.R:3:3',
'test-utils-safe_people.R:23:3', 'test-utils-safe_people.R:98:3',
'test-utils-safe_project.R:308:3', 'test-utils-safe_setting.R:378:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-safe_output.R:252:3'): safe_output captures RESOLVE and ASSIGN operations independently ──
Expected `mappings$action` to equal `c("OPEN", "RESOLVE", "ASSIGN")`.
Differences:
`actual` is NULL
`expected` is a character vector ('OPEN', 'RESOLVE', 'ASSIGN')
── Error ('test-safe_output.R:254:3'): safe_output captures RESOLVE and ASSIGN operations independently ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-safe_output.R:254:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─dplyr::select(...)
5. └─dplyr::filter(mappings, action == "RESOLVE")
── Error ('test-safe_output.R:323:3'): safe_output retains RESOLVE operations without ASSIGN ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "NULL"
Backtrace:
▆
1. └─dplyr::filter(mappings, action == "RESOLVE") at test-safe_output.R:323:3
[ FAIL 3 | WARN 0 | SKIP 36 | PASS 251 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64