R Under development (unstable) (2025-05-22 r88223 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(frictionless) > > test_check("frictionless") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 372 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-add_resource.R:140:3', 'test-add_resource.R:323: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-write_package.R:63:3', 'test-write_package.R:91:3', 'test-write_package.R:123:3', 'test-write_package.R:160:3', 'test-write_package.R:186:3', 'test-write_package.R:231:3', 'test-write_package.R:267:3', 'test-write_package.R:290:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 372 ] > > proc.time() user system elapsed 13.54 3.48 15.18