R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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 36 | PASS 294 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-add_resource.R:120:3', 'test-add_resource.R:293:3', 'test-check_schema.R:2:3', 'test-read_package.R:26:3', 'test-read_package.R:47:3', 'test-read_resource.R:2:3', 'test-read_resource.R:13:3', 'test-read_resource.R:72:3', 'test-read_resource.R:119:3', 'test-read_resource.R:267:3', 'test-read_resource.R:278:3', 'test-read_resource.R:292:3', 'test-read_resource.R:339:3', 'test-read_resource.R:384:3', 'test-read_resource.R:414:3', 'test-read_resource.R:429:3', 'test-read_resource.R:526:3', 'test-read_resource.R:538:3', 'test-remove_resource.R:2:3', 'test-remove_resource.R:15:3', 'test-remove_resource.R:34:3', 'test-resources.R:2:3', 'test-write_package.R:2:3', 'test-write_package.R:47:3', 'test-write_package.R:63: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:272:3', 'test-write_package.R:312:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 294 ] > > proc.time() user system elapsed 11.31 2.42 18.32