R Under development (unstable) (2025-06-25 r88360 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("RKorAPClient") > > # Set up keyring for testing to avoid interactive password prompts > if (requireNamespace("keyring", quietly = TRUE)) { + # Use environment backend for testing to avoid password prompts + if (!nzchar(Sys.getenv("KEYRING_BACKEND"))) { + Sys.setenv("KEYRING_BACKEND" = "env") + } + # Set empty password for file backend if needed + if (!nzchar(Sys.getenv("KEYRING_PASS"))) { + Sys.setenv("KEYRING_PASS" = "") + } + } > > test_check("RKorAPClient") apiUrl: https://korap.ids-mannheim.de/api/v1.0/  Searching "einfache" in "": 129 hits Using fields API: Retrieved page 1/3 (page 1 of 3 total) in ?s Using fields API: Retrieved page 2/3 (page 2 of 3 total) in ?s. ETA: 01s (2025-06-26 16:42:20) Using fields API: Retrieved page 3/3 (page 3 of 3 total) in ?s. ETA: 00s (2025-06-26 16:42:19)  Captured output from corpusStats with cache test: Processed vc 1/2: "pubDate in 2020" in 2.3s Processed vc 2/2: "pubDate in 2020" in 0.0s [cached]. ETA: 00s (2025-06-26 16:42:21) Completed processing 2 virtual corpora in 02s (avg: 1.1s/item, 1 cached, 1 non-cached)  Captured output from corpusStats with long VC: Processed vc 1/2: "pubDate in 2020" in 2.1s Processed vc 2/2: "pubDate in 2020 & textType = /.*zeitung.*/ & te..." in 0.1s [cached]. ETA: 00s (2025-06-26 16:42:24) Completed processing 2 virtual corpora in 02s (avg: 1.1s/item, 1 cached, 1 non-cached) [ FAIL 0 | WARN 0 | SKIP 67 | PASS 193 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • On CRAN (67): 'test-KorAPConnection.R:229:3', 'test-KorAPConnection.R:251:3', 'test-KorAPConnection.R:262:3', 'test-collocations.R:2:3', 'test-collocations.R:15:3', 'test-collocations.R:35:3', 'test-collocations.R:197:3', 'test-collocations.R:214:3', 'test-collocations.R:232:3', 'test-collocations.R:249:3', 'test-collocations.R:266:3', 'test-collocations.R:283:3', 'test-collocations.R:303:3', 'test-corpusQuery.R:2:3', 'test-corpusQuery.R:9:3', 'test-corpusQuery.R:21:3', 'test-corpusQuery.R:31:3', 'test-corpusQuery.R:43:3', 'test-corpusQuery.R:55:3', 'test-corpusQuery.R:62:3', 'test-corpusQuery.R:74:3', 'test-corpusQuery.R:85:3', 'test-corpusQuery.R:91:3', 'test-corpusQuery.R:99:3', 'test-corpusQuery.R:107:3', 'test-corpusQuery.R:115:3', 'test-corpusQuery.R:123:3', 'test-corpusQuery.R:129:3', 'test-corpusQuery.R:148:3', 'test-corpusQuery.R:201:3', 'test-corpusQuery.R:283:3', 'test-corpusStats-eta.R:2:3', 'test-corpusStats-eta.R:136:3', 'test-corpusStats.R:2:3', 'test-corpusStats.R:11:3', 'test-corpusStats.R:20:3', 'test-corpusStats.R:26:3', 'test-corpusquery-eta.R:2:3', 'test-corpusquery-eta.R:61:3', 'test-corpusquery-eta.R:119:3', 'test-corpusquery-eta.R:170:3', 'test-demos.R:2:3', 'test-demos.R:16:3', 'test-demos.R:31:3', 'test-demos.R:46:3', 'test-demos.R:61:3', 'test-demos.R:78:3', 'test-demos.R:94:3', 'test-demos.R:111:3', 'test-demos.R:129:3', 'test-fetch.R:2:3', 'test-fetch.R:13:3', 'test-page-numbering.R:4:3', 'test-page-numbering.R:49:3', 'test-page-numbering.R:97:3', 'test-textMetadata.R:2:3', 'test-textMetadata.R:17:3', 'test-textMetadata.R:28:3', 'test-textMetadata.R:40:3', 'test-textMetadata.R:53:3', 'test-textMetadata.R:63:3', 'test-textMetadata.R:78:3', 'test-textMetadata.R:89:3', 'test-textMetadata.R:98:3', 'test-textMetadata.R:107:3', 'test-textMetadata.R:127:3', 'test-textMetadata.R:139:3' [ FAIL 0 | WARN 0 | SKIP 67 | PASS 193 ] > > proc.time() user system elapsed 7.85 1.03 16.93