Releases: kbroman/qtl
Version 1.74
Version 1.72
Version 1.72, 2025-11-19
Minor changes
- Improve error message in cim() if multiple
pheno.colprovided, as well as help file (to emphasize that only a single phenotype can be considered.) (Issue #107)
Version 1.70
Version 1.70, 2024-08-21
Minor changes
-
Fixed a typo in the help file for
fitqtl(). -
Small change to C code in simulate.c for R-devel: change calls to Calloc, Realloc, and Free to R_Calloc, R_Realloc, and R_Free.
-
In mqmdatatypes.cpp, changed calls to warning() to calls to Rf_warning() to avoid compile error in R-devel.
-
Add Authors@R field in the Description file
Version 1.66
Version 1.62
Version 1.60
Version 1.60, 2023-04-18
Minor changes
- In the CITATION file, change from
citEntry()tobibentry().
Bug fixes
- Fixed bug in addint() and addcovarint(): when X chr QTL and missing phenotypes, would halt with error because cross wasn't getting subset. (Issue #101)
Version 1.58
Version 1.58, 2022-12-22
Minor changes
- In compiled code, replace calls to
sprintf()with calls tosnprintf(), to avoid warnings on CRAN.
Version 1.54
Version 1.54, 2022-12-01
Minor changes
locateXO()andcountXO()are now working for cross type BCsFt (by treating it as an F2 intercross).
Bug fixes
-
Fixed a bug in
summary.cross()re&vs&&. -
Fix bug in
read.cross.bcsft()so that inread.cross()you can usecrosstype="bcsft"
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"))
Version 1.50
Verison 1.50, 2021-10-06
New features
cim()now includes anaddcovarargument for including additional covariates in the model.
Minor changes
-
Revised qtlversion() to handle a case like "1.50".
-
Added
#define USE_FC_LEN_Tin C code that calls Fortran, because of a change in R 3.6.5 that's going to be required in R 4.2.0.