R Under development (unstable) (2024-09-02 r87090 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:19:3', 'test-base.R:29:3', 'test-idig_build_attrib.R:4:3', 'test-idig_build_attrib.R:14:3', 'test-idig_count_media.R:7:3', 'test-idig_count_media.R:18:3', 'test-idig_count_media.R:28:3', 'test-idig_count_records.R:6:3', 'test-idig_count_records.R:17:3', 'test-idig_meta_fields.R:4:3', 'test-idig_meta_fields.R:16:3', 'test-idig_meta_fields.R:27:3', 'test-idig_meta_fields.R:37:3', 'test-idig_meta_fields.R:49:3', 'test-idig_meta_fields.R:60:3', 'test-idig_search_media.R:13:3', 'test-idig_search_media.R:24:3', 'test-idig_search_media.R:35:3', 'test-idig_search_media.R:49:3', 'test-idig_search_records.R:8:3', 'test-idig_search_records.R:22:3', 'test-idig_search_records.R:35:3', 'test-idig_search_records.R:47:3', 'test-idig_search_records.R:65:3', 'test-idig_search_records.R:75:3', 'test-idig_search_records.R:88:3', 'test-idig_search_records.R:99:3', 'test-idig_search_records.R:108:3', 'test-idig_search_records.R:118:3', 'test-idig_top_media.R:10:3', 'test-idig_top_media.R:25:3', 'test-idig_top_media.R:41:3', 'test-idig_top_records.R:10:3', 'test-idig_top_records.R:24:3', 'test-idig_top_records.R:36:3', 'test-idig_top_records.R:52: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.18 0.18 1.36