pedprobr 0.6.0
Breaking changes
-
pedprobrnow depends on R 4.1 andpedtools1.1.0. -
The deprecated argument
loop_breakershas been completely removed (renamed toloopBreakers)
New features
-
likelihood.ped()gains a new argumentlump, which activates allele lumping. This is TRUE by default, and should remain so in most cases. -
Using theta correction in pedigrees with inbred founders now gives an error.
-
The internal
peelingProcess()now checks for unbroken loops in the pedigree. (Of interest for developers mainly.)
Bug fixes
- Fixed bug affecting likelihood computations with theta correction.
Other changes
-
When calling MERLIN, the window-centric and unnecessary
.exeextensions has been removed. -
Many examples have been rewritten in simpler code, taking advantage of
pedtools::addMarkerand the pipe|>.