R Under development (unstable) (2024-05-14 r86553 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. > > if (requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("miesmuschel", at_home = identical(Sys.getenv("NOT_CRAN"), "true"), ncpu = 2) + Sys.sleep(5) # wait for parallel workers to quit + } starting worker pid=142196 on localhost:11563 at 14:07:10.333 starting worker pid=70668 on localhost:11563 at 14:07:10.338 Loading required package: paradox Loading required package: paradox test_mies_survival_comma.R.... 46 tests OK 1.5s test_mies_survival_plus.R..... 28 tests OK 0.9s test_mutator_cmpmaybe.R....... 93 tests OK 2.1s test_OptimizerMies.R.......... 56 tests OK 6.1s test_ParamSetShadow.R......... 40 tests OK 0.3s test_TerminatorBudget.R....... 31 tests OK 1.1s test_TerminatorGenerationPerfReached.R 0 tests 2ms test_TerminatorGenerationStagnation.R 0 tests 2ms test_mutator_erase.R.......... 41 tests OK 3.2s test_TerminatorGenerations.R.. 22 tests OK 0.7s test_mutator_gauss.R.......... 62 tests OK 0.8s test_mutator_maybe.R.......... 90 tests OK 1.5s test_mutator_null.R........... 24 tests OK 0.5s test_TunerMies.R.............. 2 tests OK 3.4s test_mutator_proxy.R.......... 69 tests OK 2.1s test_mutator_unif.R........... 41 tests OK 3.0s test_operator.R............... 40 tests OK 0.2s test_operatorcombination.R.... 211 tests OK 3.9s test_recombinator_maybe.R..... 69 tests OK 3.1s test_recombinator_null.R...... 37 tests OK 0.9s test_recombinator_proxy.R..... 102 tests OK 2.7s test_recombinator_sbx.R....... 29 tests OK 0.5s test_recombinator_xounif.R.... 60 tests OK 2.3s test_scalor_one.R............. 35 tests OK 0.3s test_selector_best.R.......... 147 tests OK 2.2s test_selector_proxy.R......... 114 tests OK 2.1s test_selector_random.R........ 106 tests OK 1.2s test_shortforms.R............. 20 tests OK 17.3s test_utils.R.................. 5 tests OK 0.2s test_dictionaries.R........... 693 tests OK 1.4s test_filtor_maybe.R........... 104 tests OK 4.4s test_filtor_null.R............ 57 tests OK 0.7s test_filtor_proxy.R........... 92 tests OK 1.1s test_filtor_surprog.R......... 172 tests OK 5.6s test_mies_aggregate_single_generation.R 0 tests 2ms test_mies_evaluate_offspring.R 24 tests OK 0.7s test_mies_filter_offspring.R.. 35 tests OK 6.4s test_mies_generate_offspring.R 38 tests OK 2.9s test_mies_generation_apply.R.. 0 tests 2ms test_mies_get_fitnesses.R..... 12 tests OK 0.7s test_mies_init_population.R... 47 tests OK 2.4s test_mies_prime_operators.R... 39 tests OK 1.6s test_mies_select_from_archive.R 15 tests OK 1.1s test_mies_step_fidelity.R..... 18 tests OK 1.2s Warning message: closing unused connection 3 (->localhost:11563) Warning message: closing unused connection 3 (->localhost:11563) > > proc.time() user system elapsed 1.75 0.23 132.45