R Under development (unstable) (2024-07-07 r86880 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(fastTopics) > test_check("fastTopics") [ FAIL 0 | WARN 2 | SKIP 8 | PASS 241 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • NNLM cannot be loaded (1): 'test_fit_poisson_nmf.R:301:3' • on_cran is TRUE (7): 'test_de_analysis.R:109:3', 'test_de_analysis.R:156:3', 'test_de_analysis.R:211:3', 'test_de_analysis.R:259:3', 'test_de_analysis.R:315:3', 'test_de_analysis.R:370:3', 'test_plots.R:97:3' [ FAIL 0 | WARN 2 | SKIP 8 | PASS 241 ] > > proc.time() user system elapsed 27.28 1.53 28.79