R Under development (unstable) (2025-02-02 r87676 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. > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(data.table) > library(testthat) > library(RFplus) > > test_check("RFplus") |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= Analysis in progress: Stage 1 of 2. Please wait... | | 0 % elapsed=00s | | 2 % elapsed=01s, remaining~33s | | 3 % elapsed=01s, remaining~28s | | 5 % elapsed=01s, remaining~27s | | 7 % elapsed=02s, remaining~27s | | 8 % elapsed=03s, remaining~29s | | 10% elapsed=03s, remaining~29s | | 12% elapsed=04s, remaining~29s | | 13% elapsed=04s, remaining~27s | | 15% elapsed=05s, remaining~27s | | 17% elapsed=05s, remaining~26s | | 18% elapsed=06s, remaining~25s | | 20% elapsed=06s, remaining~25s | | 22% elapsed=07s, remaining~24s | | 23% elapsed=07s, remaining~24s | | 25% elapsed=08s, remaining~23s | | 27% elapsed=08s, remaining~22s | | 28% elapsed=09s, remaining~22s | | 30% elapsed=09s, remaining~21s | | 32% elapsed=10s, remaining~21s | | 33% elapsed=10s, remaining~20s | | 35% elapsed=11s, remaining~20s | | 37% elapsed=11s, remaining~19s | | 38% elapsed=12s, remaining~19s | | 40% elapsed=12s, remaining~18s | | 42% elapsed=13s, remaining~18s | | 43% elapsed=13s, remaining~17s | | 45% elapsed=14s, remaining~17s | | 47% elapsed=14s, remaining~16s | | 48% elapsed=15s, remaining~16s | | 50% elapsed=15s, remaining~15s | | 52% elapsed=16s, remaining~15s | | 53% elapsed=16s, remaining~14s | | 55% elapsed=17s, remaining~14s | | 57% elapsed=18s, remaining~13s | | 58% elapsed=18s, remaining~13s | | 60% elapsed=18s, remaining~12s | | 62% elapsed=19s, remaining~12s | | 63% elapsed=20s, remaining~11s | | 65% elapsed=20s, remaining~11s | | 67% elapsed=21s, remaining~10s | | 68% elapsed=21s, remaining~10s | | 70% elapsed=22s, remaining~09s | | 72% elapsed=22s, remaining~09s | | 73% elapsed=23s, remaining~08s | | 75% elapsed=23s, remaining~08s | | 77% elapsed=24s, remaining~07s | | 78% elapsed=24s, remaining~07s | | 80% elapsed=25s, remaining~06s | | 82% elapsed=25s, remaining~06s | | 83% elapsed=26s, remaining~05s | | 85% elapsed=26s, remaining~05s | | 87% elapsed=27s, remaining~04s | | 88% elapsed=27s, remaining~04s | | 90% elapsed=28s, remaining~03s | | 92% elapsed=28s, remaining~03s | | 93% elapsed=29s, remaining~02s | | 95% elapsed=29s, remaining~02s | | 97% elapsed=30s, remaining~01s | | 98% elapsed=30s, remaining~01s | | 100% elapsed=31s, remaining~00s Analysis in progress: Stage 2 of 2. Correction by: QUANT. Please wait... Analysis completed. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] > > proc.time() user system elapsed 36.71 1.62 38.34