Releases: kbroman/qtl
Releases · kbroman/qtl
1.46-2 released to CRAN on 2020-03-11
Version 1.46, 2020-02-28
Minor changes
- In preparation for R 4.0, when the default for
stringsAsFactors
will becomeFALSE
rather thanTRUE
inread.table()
anddata.frame()
, we needed to addstringsAsFactors=TRUE
to calls toread.table()
anddata.frame()
in various places. Also there was some ugliness regardingaddpair()
.
Bug fixes
- Fix bug in
mqmpermutation()
by removing the uses of batches and thebatchsize
argument.