R Under development (unstable) (2026-01-08 r89292 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(orcidtr) > library(withr) > > test_check("orcidtr") [ FAIL 0 | WARN 0 | SKIP 77 | PASS 203 ] ══ Skipped tests (77) ══════════════════════════════════════════════════════════ • On CRAN (77): 'test-affiliations.R:40:3', 'test-affiliations.R:72:3', 'test-affiliations.R:97:3', 'test-affiliations.R:122:3', 'test-affiliations.R:147:3', 'test-affiliations.R:172:3', 'test-biographical-data.R:41:3', 'test-biographical-data.R:71:3', 'test-biographical-data.R:93:3', 'test-biographical-data.R:118:3', 'test-biographical-data.R:143:3', 'test-biographical-data.R:168:3', 'test-biographical-data.R:193:3', 'test-biographical-data.R:218:3', 'test-http.R:38:3', 'test-http.R:48:3', 'test-http.R:59:3', 'test-http.R:70:3', 'test-http.R:82:3', 'test-http.R:97:3', 'test-http.R:106:3', 'test-http.R:124:7', 'test-http.R:134:3', 'test-http.R:154:3', 'test-http.R:165:3', 'test-http.R:179:3', 'test-http.R:194:3', 'test-record-fetching.R:40:3', 'test-record-fetching.R:77:3', 'test-record-fetching.R:91:3', 'test-record-fetching.R:105:3', 'test-record-fetching.R:134:3', 'test-record-fetching.R:148:3', 'test-record-fetching.R:163:3', 'test-record-fetching.R:178:3', 'test-record-fetching.R:193:3', 'test-research-outputs.R:58:3', 'test-research-outputs.R:80:3', 'test-research-outputs.R:101:3', 'test-research-outputs.R:123:3', 'test-research-outputs.R:144:3', 'test-return-values.R:41:3', 'test-return-values.R:73:3', 'test-return-values.R:85:3', 'test-return-values.R:99:3', 'test-return-values.R:117:3', 'test-return-values.R:131:3', 'test-return-values.R:143:3', 'test-return-values.R:158:3', 'test-return-values.R:171:3', 'test-return-values.R:181:3', 'test-return-values.R:191:3', 'test-return-values.R:201:3', 'test-return-values.R:215:3', 'test-return-values.R:230:3', 'test-return-values.R:241:3', 'test-return-values.R:256:3', 'test-return-values.R:270:3', 'test-return-values.R:281:3', 'test-return-values.R:291:3', 'test-return-values.R:301:3', 'test-return-values.R:311:3', 'test-return-values.R:321:3', 'test-return-values.R:331:3', 'test-return-values.R:345:3', 'test-return-values.R:358:3', 'test-return-values.R:369:3', 'test-return-values.R:401:3', 'test-return-values.R:414:3', 'test-return-values.R:425:3', 'test-search.R:28:3', 'test-search.R:44:3', 'test-search.R:57:3', 'test-search.R:71:3', 'test-search.R:85:3', 'test-search.R:106:3', 'test-search.R:120:3' [ FAIL 0 | WARN 0 | SKIP 77 | PASS 203 ] > > proc.time() user system elapsed 4.87 1.15 6.03