R Under development (unstable) (2024-06-11 r86723 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(imanr) > > test_check("imanr") Error: sample_fraction too small, no observations sampled. Ranger will EXIT now. missForest iteration 1 in progress...done! estimated error(s): 0.252723 difference(s): 0.004849034 time: 124.78 seconds missForest iteration 2 in progress...done! estimated error(s): 0.211243 difference(s): 0.0002417962 time: 134.96 seconds missForest iteration 3 in progress...done! estimated error(s): 0.2097308 difference(s): 0.0001476502 time: 133.07 seconds missForest iteration 4 in progress...done! estimated error(s): 0.213001 difference(s): 8.853689e-05 time: 133.97 seconds missForest iteration 5 in progress...done! estimated error(s): 0.2114456 difference(s): 8.095996e-05 time: 149.6 seconds missForest iteration 6 in progress...done! estimated error(s): 0.2144951 difference(s): 8.687688e-05 time: 143.2 seconds [ FAIL 0 | WARN 0 | SKIP 0 | PASS 8 ] > > proc.time() user system elapsed 817.54 5.78 823.31