R Under development (unstable) (2025-03-03 r87871 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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") > test_check("handlr") Loading required package: handlr [ FAIL 0 | WARN 0 | SKIP 35 | PASS 32 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-bibtex_reader.R:6:3', 'test-bibtex_writer.R:6:3', 'test-bibtex_writer.R:17:3', 'test-bibtex_writer.R:26:3', 'test-cff_reader.R:6:3', 'test-cff_reader.R:35:3', 'test-cff_reader.R:76:3', 'test-cff_reader.R:87:3', 'test-cff_reader.R:98:3', 'test-cff_reader.R:115:3', 'test-cff_reader.R:146:3', 'test-cff_reader.R:174:3', 'test-cff_writer.R:6:3', 'test-cff_writer.R:26:3', 'test-cff_writer.R:41:3', 'test-cff_writer.R:61:3', 'test-cff_writer.R:76:3', 'test-cff_writer.R:95:3', 'test-citeproc_reader.R:4:3', 'test-client.R:3:1', 'test-client_guesses_format.R:3:1', 'test-codemeta_reader.R:6:3', 'test-codemeta_reader.R:21:3', 'test-codemeta_writer.R:4:3', 'test-codemeta_writer.R:16:3', 'test-codemeta_writer.R:27:3', 'test-handl-class.R:4:3', 'test-handl_to_df.R:4:3', 'test-handl_to_df.R:27:3', 'test-handl_to_df.R:42:3', 'test-ris_reader.R:4:3', 'test-ris_reader.R:30:3', 'test-ris_writer.R:4:3', 'test-ris_writer.R:15:3', 'test-ris_writer.R:24:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 32 ] > > proc.time() user system elapsed 1.39 0.23 1.62