R Under development (unstable) (2025-07-21 r88439 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. > # 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(topics) This is topics: your text's new best friend (version 0.60). The topics package is provided 'as is' without any warranty of any kind. For more information about the topics package see www.r-topics.org and www.r-text.org. > > test_check("topics") [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test_1_1_topicsGrams.R:39:3', 'test_1_1_topicsGrams.R:56:3', 'test_1_1_topicsGrams.R:73:3', 'test_1_1_topicsGrams.R:89:3', 'test_1_1_topicsGrams.R:107:3', 'test_1_1_topicsGrams.R:125:3', 'test_1_2_topicsDtm.R:12:3', 'test_1_2_topicsDtm.R:37:3', 'test_1_2_topicsDtm.R:51:3', 'test_1_2_topicsDtm.R:65:3', 'test_1_2_topicsDtm.R:78:3', 'test_1_2_topicsDtm.R:91:3', 'test_1_2_topicsDtm.R:127:3', 'test_1_2_topicsDtm.R:141:3', 'test_1_2_topicsDtm.R:164:3', 'test_1_2_topicsDtm.R:179:3', 'test_1_3_topicsModel.R:9:3', 'test_1_4_topicsPreds.R:8:3', 'test_1_5_topicsTest.R:11:3', 'test_1_5_topicsTest.R:130:3', 'test_7_training_newdata.R:15:3', 'test_8_handling_NAs.R:9:3' • On Windows (6): 'test_1_6_topicsPlot.R:9:3', 'test_1_6_topicsPlot.R:81:3', 'test_1_6_topicsPlot.R:168:3', 'test_1_6_topicsPlot.R:458:3', 'test_1_6_topicsPlot.R:542:3', 'test_1_6_topicsPlot.R:576:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] Deleting unused snapshots: • 1_6_topicsPlot/1-ngram.svg • 1_6_topicsPlot/2-ngram-negative.svg • 1_6_topicsPlot/3-ngram-positive.svg • 1_6_topicsPlot/plots-controlled-distribution.svg • 1_6_topicsPlot/plots-controlled-legend.svg • 1_6_topicsPlot/plots-controlled-square1t-3.svg • 1_6_topicsPlot/topics-specific-t1.svg • 1_6_topicsPlot/topics-t1.svg • 1_6_topicsPlot/topics-t3.svg • 1_6_topicsPlot/topics2-t-t-2.svg • 1_6_topicsPlot/topics3-t3.svg • 1_6_topicsPlot/topics4-distribution-logistic.svg • 1_6_topicsPlot/topics4-distribution.svg • 1_6_topicsPlot/topics4-legend-logistic.svg • 1_6_topicsPlot/topics4-legend.svg • 1_6_topicsPlot/topics4square1t-48.svg • 1_6_topicsPlot/topics4square2t-1.svg • 1_6_topicsPlot/topics5distribution.svg • 1_6_topicsPlot/topics5legend.svg • 1_6_topicsPlot/topics5square1.svg • 1_6_topicsPlot/topics5square2.svg • 1_6_topicsPlot/topics5square4.svg • 1_6_topicsPlot/topics5square6.svg • 1_6_topicsPlot/topics5square9.svg > > proc.time() user system elapsed 5.07 0.87 6.28