The AlphaSimR website is currently under development and has only been made available for testing at this time. This page will change when the website is ready for widespread use.
Gaynor, R. Chris, Gregor Gorjanc, and John M. Hickey. 2021. AlphaSimR: an R package for breeding program simulations. G3 Gene|Genomes|Genetics 11(2):jkaa017. https://doi.org/10.1093/g3journal/jkaa017.
AlphaSimR is available on CRAN.
To install use:
install.packages('AlphaSimR')
The development version of AlphaSimR (potentially unstable) can be accessed from the devel branch on GitHub.
To install use:
devtools::install_github(repo="gaynorr/AlphaSimR@devel")
To install with vignettes use:
devtools::install_github(repo="gaynorr/AlphaSimR@devel", build_vignettes=TRUE)