R Under development (unstable) (2023-10-05 r85268 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(plume) > > test_check("plume") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 159 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-get-author-list.R:110:3', 'test-get-author-list.R:120:3', 'test-get-contact-details.R:49:3', 'test-get-contributions.R:113:3', 'test-get-footnotes.R:55:3', 'test-get-footnotes.R:68:3', 'test-get-orcids.R:6:3', 'test-get-orcids.R:17:3', 'test-icon.R:27:5', 'test-icon.R:38:3', 'test-initialize.R:171:3', 'test-plm-template.R:28:3', 'test-sequential.R:25:3', 'test-set-default-names.R:12:3', 'test-set-default-names.R:39:3', 'test-set-status.R:51:3', 'test-set-status.R:84:3', 'test-to-yaml.R:12:3', 'test-to-yaml.R:61:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 159 ] > > proc.time() user system elapsed 14.23 0.67 15.21