R Under development (unstable) (2025-10-10 r88914 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(rtika) To finish installing 'rtika', type: rtika::install_tika() > > test_check("rtika") [ FAIL 0 | WARN 0 | SKIP 22 | PASS 0 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test_tika.R:28:3', 'test_tika.R:38:3', 'test_tika.R:45:3', 'test_tika.R:63:3', 'test_tika.R:71:3', 'test_tika.R:78:3', 'test_tika.R:88:3', 'test_tika.R:98:3', 'test_tika.R:115:3', 'test_tika.R:123:3', 'test_tika.R:133:3', 'test_tika.R:144:3', 'test_tika.R:160:3', 'test_tika.R:167:3', 'test_tika.R:178:3', 'test_tika.R:189:3', 'test_tika.R:203:3', 'test_tika.R:222:3', 'test_tika.R:242:3', 'test_tika.R:255:3', 'test_tika.R:265:3', 'test_tika.R:287:3' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 0 ] > > proc.time() user system elapsed 1.26 0.15 1.61