R Under development (unstable) (2024-05-01 r86507 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("RKorAPClient") > > test_check("RKorAPClient") apiUrl: https://korap.ids-mannheim.de/api/v1.0/ [ FAIL 0 | WARN 0 | SKIP 30 | PASS 26 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-collocations.R:2:3', 'test-collocations.R:15:3', 'test-collocations.R:39: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:71:3', 'test-corpusQuery.R:77:3', 'test-corpusQuery.R:85:3', 'test-corpusQuery.R:93:3', 'test-corpusQuery.R:101:3', 'test-corpusStats.R:2:3', 'test-corpusStats.R:11:3', 'test-corpusStats.R:20:3', 'test-corpusStats.R:26: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-textMetadata.R:2:3', 'test-textMetadata.R:9:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 26 ] > > proc.time() user system elapsed 3.21 0.46 4.51