Skip to content

Version 1.52

Compare
Choose a tag to compare
@kbroman kbroman released this 09 Jul 19:30
· 39 commits to main since this release

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 from markerlrt()); if they are, it re-runs est.rf().

  • In sim.ril(), changed an instance of if(class(x)=="X") to if(inherits(x, "X"))