Package: AlphaSimR
Type: Package
Title: Breeding Program Simulations
Version: 2.0.0
Date: 2025-09-01
Authors@R: c(person("Chris", "Gaynor", email = "gaynor.robert@hotmail.com",
  role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0558-6656")),
  person("Gregor", "Gorjanc", role = "ctb", 
  comment = c(ORCID = "0000-0001-8008-2787")),
  person("John", "Hickey", role = "ctb", 
  comment = c(ORCID = "0000-0001-5675-3974")),
  person("Daniel", "Money", role = "ctb", 
  comment = c(ORCID = "0000-0001-5151-3648")),
  person("David", "Wilson", role = "ctb"),
  person("Thiago", "Oliveira", role = "ctb",
  comment = c(ORCID = "0000-0002-4555-2584")),
  person("Audrey", "Martin", role = "ctb",
  comment = c(ORCID = "0000-0003-2235-0098")),
  person("Philip", "Greenspoon", role = "ctb",
  comment = c(ORCID = "0000-0001-6284-7248")),
  person("Ros", "Craddock", role = "ctb",
  comment = c(ORCID = "0009-0004-1578-1580")))
Description: The successor to the 'AlphaSim' software for breeding program 
  simulation [Faux et al. (2016) <doi:10.3835/plantgenome2016.02.0013>]. 
  Used for stochastic simulations of breeding programs to the level of DNA 
  sequence for every individual. Contained is a wide range of functions for 
  modeling common tasks in a breeding program, such as selection and crossing. 
  These functions allow for constructing simulations of highly complex plant and 
  animal breeding programs via scripting in the R software environment. Such 
  simulations can be used to evaluate overall breeding program performance and 
  conduct research into breeding program design, such as implementation of 
  genomic selection. Included is the 'Markovian Coalescent Simulator' ('MaCS') 
  for fast simulation of biallelic sequences according to a population 
  demographic history [Chen et al. (2009) <doi:10.1101/gr.083634.108>].
License: MIT + file LICENSE
URL: https://github.com/gaynorr/AlphaSimR,
        https://gaynorr.github.io/AlphaSimR/,
        https://www.edx.org/learn/animal-breeding/the-university-of-edinburgh-breeding-programme-modelling-with-alphasimr
Encoding: UTF-8
Depends: R (>= 4.0.0), methods, R6
Imports: Rcpp (>= 0.12.7), Rdpack
RdMacros: Rdpack
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.500.0.0), BH
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-09-01 21:18:47 UTC; gayno
Author: Chris Gaynor [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0558-6656>),
  Gregor Gorjanc [ctb] (ORCID: <https://orcid.org/0000-0001-8008-2787>),
  John Hickey [ctb] (ORCID: <https://orcid.org/0000-0001-5675-3974>),
  Daniel Money [ctb] (ORCID: <https://orcid.org/0000-0001-5151-3648>),
  David Wilson [ctb],
  Thiago Oliveira [ctb] (ORCID: <https://orcid.org/0000-0002-4555-2584>),
  Audrey Martin [ctb] (ORCID: <https://orcid.org/0000-0003-2235-0098>),
  Philip Greenspoon [ctb] (ORCID:
    <https://orcid.org/0000-0001-6284-7248>),
  Ros Craddock [ctb] (ORCID: <https://orcid.org/0009-0004-1578-1580>)
Maintainer: Chris Gaynor <gaynor.robert@hotmail.com>
Repository: CRAN
Date/Publication: 2025-09-01 23:00:09 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 01:46:16 UTC; windows
Archs: x64
