R Under development (unstable) (2025-11-06 r88990 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 (pkgstats) > > test_check ("pkgstats") Starting trawl of 1 files in 1 chunks [1 / 1] = 1e+05%; (elapsed, remaining) = (1, -00:00:00.999) Starting trawl of 1 files in 1 chunks [1 / 1] = 1e+05%; (elapsed, remaining) = (0, 00:00:00) Total time = 00:00:00 Starting trawl of 1 files in 1 chunks [1 / 1] = 1e+05%; (elapsed, remaining) = (1, -00:00:00.999) Starting trawl of 1 files in 1 chunks [1 / 1] = 1e+05%; (elapsed, remaining) = (1, -00:00:00.999) [ FAIL 0 | WARN 0 | SKIP 6 | PASS 60 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • !test_all is TRUE (6): 'test-cran-update.R:4:1', 'test-ctags.R:4:1', 'test-pkgstats.R:57:5', 'test-pkgstats.R:99:1', 'test-plot-network.R:4:1', 'test-summary.R:44:5' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 60 ] > > proc.time() user system elapsed 3.32 0.59 8.34