R Under development (unstable) (2024-11-19 r87348 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. > # 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 (version 0.20.0). Please send us feedback based on your experience. For more information about the topics package see www.r-text.org. > > test_check("topics") [ FAIL 0 | WARN 0 | SKIP 41 | PASS 0 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test_1_1_topicsGrams.R:9:3', 'test_1_1_topicsGrams.R:25:3', 'test_1_2_topicsDtm.R:13:3', 'test_1_2_topicsDtm.R:29:3', 'test_1_2_topicsDtm.R:41:3', 'test_1_2_topicsDtm.R:54:3', 'test_1_2_topicsDtm.R:66:3', 'test_1_2_topicsDtm.R:78:3', 'test_1_2_topicsDtm.R:92:3', 'test_1_2_topicsDtm.R:104:3', 'test_1_2_topicsDtm.R:116:3', 'test_1_2_topicsDtm.R:128:3', 'test_1_2_topicsDtm.R:140:3', 'test_1_2_topicsDtm.R:161:3', 'test_1_3_topicsModel.R:9:3', 'test_1_3_topicsModel.R:25:3', 'test_1_3_topicsModel.R:37:3', 'test_1_3_topicsModel.R:49:3', 'test_1_3_topicsModel.R:60:3', 'test_1_3_topicsModel.R:72:3', 'test_1_3_topicsModel.R:84:3', 'test_1_4_topicsPreds.R:10:3', 'test_1_4_topicsPreds.R:28:3', 'test_1_4_topicsPreds.R:42:3', 'test_1_4_topicsPreds.R:57:3', 'test_1_4_topicsPreds.R:73:3', 'test_1_5_topicsTest.R:9:3', 'test_1_5_topicsTest.R:35:3', 'test_1_5_topicsTest.R:51:3', 'test_1_5_topicsTest.R:70:3', 'test_1_5_topicsTest.R:109:3', 'test_1_6_topicsPlot.R:9:3', 'test_1_6_topicsPlot.R:59:3', 'test_1_6_topicsPlot.R:80:3', 'test_1_7_topicsGridPlot.R:13:3', 'test_1_7_topicsGridPlot.R:57:3', 'test_1_7_topicsGridPlot.R:97:3', 'test_1_7_topicsGridPlot.R:147:3', 'test_1_7_topicsGridPlot.R:193:3', 'test_1_7_topicsGridPlot.R:255:3', 'test_1_7_topicsGridPlot.R:313:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 0 ] > > proc.time() user system elapsed 4.82 0.90 5.71