R Under development (unstable) (2023-09-02 r85048 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(hmsr) HMS - Hierarchic Memetic Strategy. > library(GA) Loading required package: foreach Loading required package: iterators Package 'GA' version 3.2.3 Type 'citation("GA")' for citing this R package in publications. Attaching package: 'GA' The following object is masked from 'package:utils': de > library(msm) > library(uuid) > library(filelock) > library(smoof) Loading required package: ParamHelpers Loading required package: checkmate > > test_check("hmsr") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 87 ] > > proc.time() user system elapsed 8.71 0.39 10.14