R Under development (unstable) (2024-01-07 r85787 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 32 | PASS 186 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): '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:189: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:36:3', 'test-set-status.R:50:3', 'test-set-status.R:58:3', 'test-set-status.R:70:3', 'test-set-status.R:108:3', 'test-to-yaml.R:10:3', 'test-to-yaml.R:37:3', 'test-to-yaml.R:68:3', 'test-to-yaml.R:93:3', 'test-to-yaml.R:105:3', 'test-to-yaml.R:113:3' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 186 ] > > proc.time() user system elapsed 13.35 0.53 14.15