Ease is an R package for population genetic simulations, with a focus on the evolutionary dynamics of a few loci under selection, drift, mutation, and recombination.
The package is currently under active development.
You can install package from CRAN:
# install.packages("Ease")or from GitHub:
# install.packages("remotes")
remotes::install_github("elefaou/Ease")