R Under development (unstable) (2023-12-02 r85657 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(IOHanalyzer) > library(data.table) > > threads <- getDTthreads() > setDTthreads(1) > test_check("IOHanalyzer") Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA/IOHprofiler_f1_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on f1 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fbla_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fbla 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fblubb_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fblubb 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fbla_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fbla 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fblubb_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fblubb 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA/IOHprofiler_f1_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on f1 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fbla_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fbla 100D... Processing D:/RCompile/CRANincoming/R-devel/lib/IOHanalyzer/extdata/ONE_PLUS_LAMDA_EA_ws/IOHprofiler_fblubb_i1.info ... algorithm ONE_PLUS_LAMDA_EA... 10 instances on fblubb 100D... [ FAIL 0 | WARN 0 | SKIP 0 | PASS 117 ] > setDTthreads(threads) > > proc.time() user system elapsed 4.48 0.53 5.00