Skip to content

Releases: kbroman/qtl

1.46-2 released to CRAN on 2020-03-11

13 Mar 15:52
Compare
Choose a tag to compare

Version 1.46, 2020-02-28

Minor changes

  • In preparation for R 4.0, when the default for stringsAsFactors will become FALSE rather than TRUE in read.table() and data.frame(), we needed to add stringsAsFactors=TRUE to calls to read.table() and data.frame() in various places. Also there was some ugliness regarding addpair().

Bug fixes

  • Fix bug in mqmpermutation() by removing the uses of batches and the batchsize argument.