CRAN Package Check Results for Package frictionless

Last updated on 2026-08-18 19:52:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 4.53 78.33 82.86 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 2.88 59.78 62.66 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 53.13 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 58.01 OK
r-devel-windows-x86_64 1.3.0 7.00 102.00 109.00 OK
r-patched-linux-x86_64 1.3.0 4.45 70.07 74.52 OK
r-release-linux-x86_64 1.3.0 3.07 71.19 74.26 OK
r-release-macos-arm64 1.3.0 1.00 28.00 29.00 OK
r-release-macos-x86_64 1.3.0 3.00 87.00 90.00 OK
r-release-windows-x86_64 1.3.0 8.00 0.00 8.00 OK
r-oldrel-macos-arm64 1.3.0 1.00 30.00 31.00 OK
r-oldrel-macos-x86_64 1.3.0 3.00 109.00 112.00 OK
r-oldrel-windows-x86_64 1.3.0 10.00 115.00 125.00 OK

Check Details

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/21s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(frictionless) > > test_check("frictionless") Saving _problems/test-add_resource-330.R [ FAIL 1 | WARN 0 | SKIP 26 | PASS 397 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-add_resource.R:140:3', 'test-add_resource.R:344:3', 'test-check_path.R:2:3', 'test-check_path.R:75:3', 'test-read_package.R:26:3', 'test-read_package.R:49:3', 'test-read_resource.R:122:3', 'test-read_resource.R:297:3', 'test-read_resource.R:311:3', 'test-read_resource.R:359:3', 'test-read_resource.R:555:3', 'test-resource.R:2:3', 'test-resource.R:16:3', 'test-resource.R:25:3', 'test-resource.R:34:3', 'test-resource.R:41:3', 'test-resource.R:51:3', 'test-resource.R:61:3', 'test-write_package.R:62:3', 'test-write_package.R:123:3', 'test-write_package.R:155:3', 'test-write_package.R:192:3', 'test-write_package.R:218:3', 'test-write_package.R:263:3', 'test-write_package.R:299:3', 'test-write_package.R:322:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-add_resource.R:330:3'): add_resource() keeps URL schema as URL ── <frictionless_error_url_not_found/rlang_error/error/condition> Error in `check_path(x, directory = directory, safe = safe)`: Can't find file at <https://raw.githubusercontent.com/frictionlessdata/frictionless-r/main/tests/testthat/data/deployments_schema.json>. Backtrace: ▆ 1. └─frictionless::add_resource(...) at test-add_resource.R:330:3 2. └─frictionless:::read_descriptor(schema, safe = FALSE) 3. └─frictionless:::check_path(x, directory = directory, safe = safe) 4. └─cli::cli_abort("Can't find file at {.url {path}}.", class = "frictionless_error_url_not_found") 5. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 26 | PASS 397 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc