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.2548254 difference(s): 0.004580494 time: 130.38 seconds missForest iteration 2 in progress...done! estimated error(s): 0.2104277 difference(s): 0.0002972887 time: 143.59 seconds missForest iteration 3 in progress...done! estimated error(s): 0.2134364 difference(s): 0.0001619594 time: 143.86 seconds missForest iteration 4 in progress...done! estimated error(s): 0.2138921 difference(s): 0.0001041546 time: 144.02 seconds missForest iteration 5 in progress...done! estimated error(s): 0.2146814 difference(s): 9.965634e-05 time: 143.72 seconds missForest iteration 6 in progress...done! estimated error(s): 0.2116 difference(s): 9.225915e-05 time: 160.72 seconds missForest iteration 7 in progress...done! estimated error(s): 0.2122687 difference(s): 0.000115843 time: 144.4 seconds [ FAIL 0 | WARN 0 | SKIP 0 | PASS 8 ] > > proc.time() user system elapsed 1007.42 7.50 1014.81