Version 1.47-9
Version 1.47, 2021-01-07
Minor changes
-
Added function
find_large_intervals()
for finding inter-marker intervals in a map with length greater than some value. -
Fixed potential problem in documentation, since
plot()
has moved from the graphics package to base. -
Acknowledge R Core Team among contributors, as zeroin function (in C) had been taken from R version 2.15.1. Also add a Copyrights field to the DESCRIPTION file.
-
Allow
rescalemap()
,shiftmap()
,summaryMap()
, andjittermap()
to work with plain lists. -
Fixed Issue #91 where pull.rf() gives a cryptic error if marker names are not all distinct.
Bug fixes
-
Fix a problem in
inferredpartitions()
that occurs in the devel version of R. -
Small change to
read.cross()
to avoid warning about length ofalleles
argument forcrosstype="4way"
. (Fixes Issue #90.) -
Small change to
read.cross()
to avoid messing with X chromosome genotypes whencrosstype=4way"
. (Fixes Issue #88.)