R Under development (unstable) (2024-02-29 r86017 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. > library(testthat) > library(xegaPopulation) Loading required package: parallel Loading required package: future.apply Loading required package: future > > test_check("xegaPopulation") . .Best solution: Max(fit): 24.19266 No. solutions: 1 Indices of best genes: 1 Best Solution in Iteration: 5 Max(fit): 24.19266 No. solutions: 1 Indices of best genes: 1 Best solution: Max(fit): 35.38368 No. solutions: 1 Indices of best genes: 4 Fitness Min: 0.7326663 Q1: 6.515542 Mean: 15.30694 Q3: 24.84106 Max: 35.38368 Best Solution in Iteration: 5 Max(fit): 35.38368 No. solutions: 1 Indices of best genes: 4 Fitness Min: 0.7326663 Q1: 6.515542 Mean: 15.30694 Q3: 24.84106 Max: 35.38368 Best solution: Max(fit): 27.02019 No. solutions: 1 Indices of best genes: 8 Fitness Min: 4.355193 Q1: 14.71425 Mean: 16.1235 Q3: 20.3733 Max: 27.02019 Fitness: 27.02019 Value of Phenotype: 27.02019 Phenotype: [1] 3.600579 3.749135 Best Solution in Iteration: 5 Max(fit): 27.02019 No. solutions: 1 Indices of best genes: 8 Fitness Min: 4.355193 Q1: 14.71425 Mean: 16.1235 Q3: 20.3733 Max: 27.02019 Fitness: 27.02019 Value of Phenotype: 27.02019 Phenotype: [1] 3.600579 3.749135 Best solution: Max(fit): 25.4357 No. solutions: 1 Indices of best genes: 8 Fitness Min: 4.020731 Q1: 7.375112 Mean: 12.62149 Q3: 17.15746 Max: 25.4357 Fitness: 25.4357 Value of Phenotype: 25.4357 Phenotype: [1] -3.899322 3.198591 str(Genotype): List of 4 $ evaluated: logi TRUE $ evalFail : logi FALSE $ fit : num 25.4 $ gene1 : int [1:40] 0 0 0 1 0 0 0 1 0 0 ... Best Solution in Iteration: 5 Max(fit): 25.4357 No. solutions: 1 Indices of best genes: 8 Fitness Min: 4.020731 Q1: 7.375112 Mean: 12.62149 Q3: 17.15746 Max: 25.4357 Fitness: 25.4357 Value of Phenotype: 25.4357 Phenotype: [1] -3.899322 3.198591 str(Genotype): List of 4 $ evaluated: logi TRUE $ evalFail : logi FALSE $ fit : num 25.4 $ gene1 : int [1:40] 0 0 0 1 0 0 0 1 0 0 ... [ FAIL 0 | WARN 4 | SKIP 1 | PASS 141 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-xegaPopulation.R:66:5' [ FAIL 0 | WARN 4 | SKIP 1 | PASS 141 ] > > > proc.time() user system elapsed 1.42 0.39 1.75