R Under development (unstable) (2023-10-09 r85295 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(EDIutils) > > test_check("EDIutils") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 146 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • Not run when logged out. Login with 'login()'. (12): 'test_check_status_create.R:19:3', 'test_create_data_package.R:4:3', 'test_create_data_package_archive.R:17:3', 'test_create_journal_citation.R:4:3', 'test_evaluate_data_package.R:4:3', 'test_execute_event_subscription.R:13:3', 'test_get_audit_record.R:4:3', 'test_get_event_subscription.R:18:3', 'test_get_recent_uploads.R:4:3', 'test_list_recent_changes.R:4:3', 'test_read_data_package_from_doi.R:22:3', 'test_update_data_package.R:4:3' • On CRAN (3): 'test_read_data_package_archive.R:6:3', 'test_read_data_package_archive.R:22:3', 'test_read_data_package_archive.R:39:3' • empty test (2): 'test_create_event_subscription.R:3:1', 'test_logout.R:3:1' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 146 ] > > proc.time() user system elapsed 6.45 0.25 10.86