R Under development (unstable) (2024-02-09 r85879 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(oolong) > > test_check("oolong") Package version: 3.3.1 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 96 threads used. See https://quanteda.io for tutorials and examples. New names: * `` -> `...1` `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' New names: * `` -> `...1` `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 165 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-keyatm.R:14:5', 'test-keyatm.R:21:5', 'test-printing.R:23:5', 'test-printing.R:27:5', 'test-printing.R:40:5', 'test-printing.R:44:5', 'test-printing.R:48:5', 'test-printing.R:65:5', 'test-printing.R:72:5', 'test-printing.R:82:5', 'test-seededlda.R:38:5', 'test-seededlda.R:47:5', 'test-topicmodels.R:14:5', 'test-topicmodels.R:23:5', 'test-ui.R:26:5', 'test-ui.R:35:5', 'test-ui.R:51:5', 'test-ui.R:64:5', 'test-ui.R:79:5', 'test-ui.R:90:5', 'test-ui.R:101:5', 'test-ui.R:114:5', 'test-ui.R:124:5', 'test-ui.R:133:5', 'test-ui.R:146:5', 'test-ui.R:160:5', 'test-ui.R:177:5', 'test-ui.R:186:5', 'test-ui.R:205:5', 'test-ui.R:225:5', 'test-ui.R:240:5', 'test-update.R:3:5', 'test-update.R:16:5', 'test-update.R:26:5', 'test-update.R:40:5' • On Windows (1): 'test-shiny.R:2:1' • dir.exists("../testdata/downloaded") is not TRUE (2): 'test-revert.R:10:5', 'test-revert.R:29:5' • exists("abstracts_topicmodels") is not TRUE (2): 'test-topicmodels.R:59:5', 'test-topicmodels.R:67:5' • exists("abstracts_unseededlda") is not TRUE (1): 'test-seededlda.R:65:5' • exists("abstracts_warplda") is not TRUE (1): 'test-warplda.R:3:5' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 165 ] > > proc.time() user system elapsed 103.78 9.01 112.81