Version 1.52
Version 1.52, 2022-07-09
Minor changes
-
checkAlleles()
checks that the recombination fractions in the cross object are not only LOD scores (such as frommarkerlrt()
); if they are, it re-runsest.rf()
. -
In
sim.ril()
, changed an instance ofif(class(x)=="X")
toif(inherits(x, "X"))