R Under development (unstable) (2025-09-26 r88879 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) > library(plume) > > test_check("plume") [ FAIL 0 | WARN 0 | SKIP 33 | PASS 191 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-as-lines.R:8:3', 'test-credit-roles.R:2:3', 'test-credit-roles.R:9:3', 'test-defunct.R:2:3', 'test-deprecated.R:2:3', 'test-get-author-list.R:124:3', 'test-get-author-list.R:133:3', 'test-get-contact-details.R:47:3', 'test-get-contributions.R:183:3', 'test-get-footnotes.R:39:3', 'test-get-orcids.R:6:3', 'test-get-orcids.R:17:3', 'test-icon.R:29:5', 'test-icon.R:40:3', 'test-initialize.R:232:3', 'test-plm-symbols.R:2:3', 'test-plm-symbols.R:9:3', 'test-plm-template.R:40:3', 'test-sequential.R:25:3', 'test-set-default-names.R:13:3', 'test-set-default-names.R:40:3', 'test-set-main-contributors.R:67:3', 'test-set-status.R:61:3', 'test-set-status.R:99:3', 'test-to-yaml.R:10:3', 'test-to-yaml.R:44:3', 'test-to-yaml.R:57:3', 'test-to-yaml.R:88:3', 'test-to-yaml.R:113:3', 'test-to-yaml.R:128:3', 'test-to-yaml.R:148:3', 'test-to-yaml.R:160:3', 'test-to-yaml.R:168:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 191 ] > > proc.time() user system elapsed 17.37 0.90 18.65