R Under development (unstable) (2024-03-06 r86056 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 34 | PASS 219 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-add_resource.R:88:3', 'test-add_resource.R:230:3', 'test-check_schema.R:2:3', 'test-read_package.R:23:3', 'test-read_package.R:69:3', 'test-read_resource.R:2:3', 'test-read_resource.R:24:3', 'test-read_resource.R:183:3', 'test-read_resource.R:194:3', 'test-read_resource.R:208:3', 'test-read_resource.R:263:3', 'test-read_resource.R:316:3', 'test-read_resource.R:346:3', 'test-read_resource.R:361:3', 'test-read_resource.R:450:3', 'test-read_resource.R:462:3', 'test-remove_resource.R:2:3', 'test-remove_resource.R:19:3', 'test-remove_resource.R:32:3', 'test-resources.R:2:3', 'test-write_package.R:2:3', 'test-write_package.R:44:3', 'test-write_package.R:60:3', 'test-write_package.R:86:3', 'test-write_package.R:115:3', 'test-write_package.R:141:3', 'test-write_package.R:164:3', 'test-write_package.R:185:3', 'test-write_package.R:201:3', 'test-write_package.R:215:3', 'test-write_package.R:234:3', 'test-write_package.R:251:3', 'test-write_package.R:266:3', 'test-write_package.R:296:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 219 ] > > proc.time() user system elapsed 3.95 1.32 4.78