R Under development (unstable) (2024-01-07 r85787 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(BFS) > > test_check("BFS") ===>--------------------------- 9% | ETA: 28s =====>------------------------- 18% | ETA: 18s ==============>---------------- 45% | ETA: 9s ===================>----------- 64% | ETA: 6s ======================>-------- 73% | ETA: 5s >------------------------------ 2% | ETA: 3m ==>---------------------------- 7% | ETA: 1m ===>--------------------------- 9% | ETA: 2m ===>--------------------------- 10% | ETA: 2m ====>-------------------------- 12% | ETA: 2m ====>-------------------------- 13% | ETA: 2m ====>-------------------------- 14% | ETA: 2m =====>------------------------- 15% | ETA: 2m =====>------------------------- 17% | ETA: 2m =====>------------------------- 18% | ETA: 2m ======>------------------------ 19% | ETA: 3m ======>------------------------ 20% | ETA: 3m =======>----------------------- 23% | ETA: 3m =======>----------------------- 24% | ETA: 3m =======>----------------------- 25% | ETA: 3m ========>---------------------- 27% | ETA: 2m =========>--------------------- 31% | ETA: 2m ==========>-------------------- 34% | ETA: 2m ===========>------------------- 37% | ETA: 2m =============>----------------- 42% | ETA: 2m ==============>---------------- 48% | ETA: 1m ==============>---------------- 48% | ETA: 1m ===============>--------------- 49% | ETA: 1m ================>-------------- 54% | ETA: 1m =================>------------- 55% | ETA: 1m ==================>------------ 60% | ETA: 1m ===================>----------- 63% | ETA: 1m =====================>--------- 69% | ETA: 45s =======================>------- 78% | ETA: 29s ==========================>---- 85% | ETA: 18s ===========================>--- 92% | ETA: 10s =============================>- 95% | ETA: 5s ==============================> 99% | ETA: 1s Downloading large query (in 4 batches): | | | 0% | |================== | 25% | |=================================== | 50% | |==================================================== | 75% | |======================================================================| 100% Downloading large query (in 4 batches): | | | 0% | |================== | 25% | |=================================== | 50% | |==================================================== | 75% | |======================================================================| 100% [ FAIL 0 | WARN 2 | SKIP 0 | PASS 50 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 50 ] > > proc.time() user system elapsed 14.53 2.29 222.28