R Under development (unstable) (2026-08-31 r90457 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 (autotest) > > test_check ("autotest") * installing *source* package 'demo' ... ** this is package 'demo' version '0.0.0.9000' ** using non-staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'demo' test_int example test_int_negrange example test_int_range example test_logical example test_name example test_rect example ** building package indices ** testing if installed package can be loaded * DONE (demo) * installing *source* package 'demo' ... ** this is package 'demo' version '0.0.0.9000' ** using non-staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'demo' test_int example test_int_negrange example test_int_range example test_logical example test_name example test_rect example ** building package indices ** testing if installed package can be loaded * DONE (demo) * installing *source* package 'demo' ... ** this is package 'demo' version '0.0.0.9000' ** using non-staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'demo' test_int example test_int_negrange example test_int_range example test_logical example test_name example test_rect example ** building package indices ** testing if installed package can be loaded * DONE (demo) * installing *source* package 'demo' ... ** this is package 'demo' version '0.0.0.9000' ** using non-staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'demo' test_int example test_int_negrange example test_int_range example test_logical example test_name example test_rect example ** building package indices ** testing if installed package can be loaded * DONE (demo) fn_name num_errors num_warnings num_messages num_diagnostics 1 test_int NA NA NA 1 fn_name num_errors num_warnings num_messages num_diagnostics 1 fn1 NA NA NA 1 2 fn2 NA NA NA NA fn_name num_errors num_warnings num_messages num_diagnostics 1 fn1 NA NA NA 1 fn_name num_errors num_warnings num_messages num_diagnostics 1 fn1 NA NA NA 1 * installing *source* package 'demo' ... ** this is package 'demo' version '0.0.0.9000' ** using non-staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'demo' test_int example test_int_negrange example test_int_range example test_logical example test_name example test_rect example ** building package indices ** testing if installed package can be loaded * DONE (demo) [ FAIL 0 | WARN 0 | SKIP 4 | PASS 51 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On Windows (4): 'test-statspkg.R:9:5', 'test-statspkg.R:61:5', 'test-statspkg.R:84:5', 'test-testthat-expectation.R:18:5' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 51 ] > > proc.time() user system elapsed 5.90 0.78 17.89