Changes in version 3.2.3 (2023-09-01) - Fixed broken package documentation due to Roxygen breaking change Changes in version 3.2.2 (2023-05-11) - Standardized minimal Java version (>= 8) in system requirements. Changes in version 3.2.1 (2018-04-16) - Added support for Java 9. Changes in version 3.2.0 (2017-09-08) - New option to specify a set of always and/or never selected accessions. - Added support for step-based in addition to time-based stop conditions. - Using set.seed prior to executing Core Hunter, in combination with step-based stop conditions, now yields reproducible results. - Largely reduced memory footprint of genotype and distance data. - Default maximum time without improvement is now only applied in case no explicit stop conditions have been specified. - Fixed issue when loading phenotype data with a single trait. Changes in version 3.1.0 (2017-02-20) - More informative output when printing Core Hunter data objects (#19, #23). - It is now required to explicitly specify the format when reading genotype data. Moreover, a warning is raised in case it seems that the wrong format may have been selected, through an inspection of the data that was read (#20). - Fixed issues when reading files with single or double quoted values. - Improved test coverage. Changes in version 3.0.1 (2016-10-04) - The available Java version is now checked when installing or loading the package. Core Hunter requires Java 8 or higher. - Package title and description have been updated. Changes in version 3.0.0 (2016-10-04) - Initial release of Core Hunter 3 package