R Under development (unstable) (2024-09-01 r87083 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(plume) > > test_check("plume") [ FAIL 0 | WARN 0 | SKIP 35 | PASS 190 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-credit-roles.R:2:3', 'test-credit-roles.R:9:3', 'test-get-author-list.R:112:3', 'test-get-author-list.R:119:3', 'test-get-author-list.R:134:3', 'test-get-contact-details.R:47:3', 'test-get-contributions.R:185:3', 'test-get-contributions.R:196:3', 'test-get-contributions.R:210:3', 'test-get-footnotes.R:39:3', 'test-get-footnotes.R:52: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:197:3', 'test-plm-template.R:40:3', 'test-plm-template.R:52: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:57:3', 'test-set-status.R:55:3', 'test-set-status.R:63:3', 'test-set-status.R:75:3', 'test-set-status.R:113: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 35 | PASS 190 ] > > proc.time() user system elapsed 11.21 0.71 12.25