NEWS
pedSimulate 1.4.3 (2023-09-26)
man/pedSimulte-package.Rd
was missing in the previous version.
pedSimulate 1.4.1 (2023-09-24)
- Fixed the naming issue
pedSimulte-package
in the documentation.
pedSimulate 1.4.0 (2022-10-11)
- Debugged function
appendPed
for making no updates to the existing pedigree (the pedigree upon which new generations are appended).
- "Bijma, P. & Rutten, M. (2002)" gone missing on the web. References were added.
pedSimulate 1.3.2 (2022-03-22)
- Added
seed
argument to functions for reproducible outputs.
pedSimulate 1.3.1 (2022-01-14)
- A small (same) debug in
simulatePed
and appendPed
.
pedSimulate 1.3.0 (2021-12-08)
- A major debug:
%in% (-overlap.s:0)+i-1
was performing differently from %in% ((-overlap.s:0)+i-1)
, similarly %in% (-overlap.d:0)+i-1
and %in% ((-overlap.d:0)+i-1)
.
- Added function
appendGen
for simulating genotypes for an appended pedigree to an existing pedigree with genotypes.
pedSimulate 1.2.1 (2021-10-17)
- Fixed a small bug in
hs_mate_finder
.
pedSimulate 1.2.0 (2021-09-06)
- Added function
simulateGen
for simulating genotypes.
pedSimulate 1.1.1 (2021-08-18)
- Debugged for sampling from a sample size of 1.
pedSimulate 1.1.0 (2021-07-10)
- Added agrumnts
f.order
and m.order
to simulatePed
and appendPed
functions.
pedSimulate 1.0.1 (2021-06-30)
pedSimulate 1.0.0 (2021-06-17)
- Major revision
- Functions
simulatePed
and assortative
were combined into simulatePed
, and arguments fullsib
and parentprogeny
were removed.
- Added function
appendPed
for simulating new generations from an existing pedigree and appending to it.
- Added function
fs_mate_finder
for finding fullsib matings in the pedigree.
- Added function
hs_mate_finder
for finding halfsib matings in the pedigree.
- Added function
pp_mate_finder
for finding parent-progeny matings in the pedigree.
pedSimulate 0.1.2 (2021-02-22)
- Debugged the bug introduced in the previous version in the
simulatePed
function.
pedSimulate 0.1.1 (2021-01-07)
- Added function
assortative
for assortative/disassortative mating.
- Added
"-P"
and "-PA"
to arguments fsel
and msel
to select in opposite directions of "P"
(phenotype) and "PA"
(parent average).
pedSimulate 0.0.4 (2020-04-26)
- Applying mortality to each generation separately rather than on selection candidates, which may come from more than a single generation.
pedSimulate 0.0.3 (2020-04-15)