R Under development (unstable) (2024-08-19 r87028 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(ridigbio) > > test_check("ridigbio") [ FAIL 0 | WARN 0 | SKIP 39 | PASS 0 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-base.R:5:3', 'test-base.R:18:3', 'test-base.R:27:3', 'test-idig_build_attrib.R:4:3', 'test-idig_build_attrib.R:13:3', 'test-idig_count_media.R:7:3', 'test-idig_count_media.R:16:3', 'test-idig_count_media.R:24:3', 'test-idig_count_records.R:6:3', 'test-idig_count_records.R:15:3', 'test-idig_meta_fields.R:4:3', 'test-idig_meta_fields.R:14:3', 'test-idig_meta_fields.R:23:3', 'test-idig_meta_fields.R:31:3', 'test-idig_meta_fields.R:41:3', 'test-idig_meta_fields.R:50:3', 'test-idig_search_media.R:13:3', 'test-idig_search_media.R:22:3', 'test-idig_search_media.R:31:3', 'test-idig_search_media.R:43:3', 'test-idig_search_records.R:8:3', 'test-idig_search_records.R:20:3', 'test-idig_search_records.R:31:3', 'test-idig_search_records.R:42:3', 'test-idig_search_records.R:58:3', 'test-idig_search_records.R:67:3', 'test-idig_search_records.R:79:3', 'test-idig_search_records.R:89:3', 'test-idig_search_records.R:96:3', 'test-idig_search_records.R:104:3', 'test-idig_top_media.R:10:3', 'test-idig_top_media.R:23:3', 'test-idig_top_media.R:37:3', 'test-idig_top_records.R:10:3', 'test-idig_top_records.R:22:3', 'test-idig_top_records.R:32:3', 'test-idig_top_records.R:46:3', 'test-idig_view_media.R:6:3', 'test-idig_view_records.R:6:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 0 ] > > proc.time() user system elapsed 1.03 0.14 1.15