qtl
Tools for Analyzing QTL Experiments
R/qtl is in pure custodial mode: every recent release answers a compiler, not a user
◆Recent moves
- 8mo ago
Remove R_ext/PrtUtil.h include flagged by CRAN
Drops an include that had begun producing CRAN warnings. Compile-time hygiene, continuing the same C-interface compliance thread as 1.70.
View source ↗ - 8mo ago
Clearer cim() error when multiple phenotypes are passed
Improves the error message and help text for cim() when more than one pheno.col is supplied, emphasising that only a single phenotype is supported. Diagnostics only; the restriction itself is unchanged.
View source ↗ - 1y ago
C memory calls migrated to R_Calloc/R_Realloc/R_Free
Migrates simulate.c to the R_-prefixed memory macros and switches mqmdatatypes.cpp to Rf_warning() for R-devel compatibility, plus a help file typo and an Authors@R field. Entirely toolchain-driven.
View source ↗ - 2y ago
Fix Rprintf call and remaining compiler warnings
Corrects an Rprintf call in C++ identified by CRAN and clears further compiler warnings. No change to analysis behaviour.
View source ↗ - 2y ago
Fix summary.scanone() thresholds and csvs phenotype reading
Fixes summary.scanone() when format is onepheno and threshold has length greater than one, and read.cross() for csvs files whose phenotype file contains only identifiers. Two narrow edge cases from the issue tracker.
View source ↗ - 3y ago
Fix addint()/addcovarint() with X chromosome QTL and missing phenotypes
Fixes an error in addint() and addcovarint() when an X chromosome QTL met missing phenotypes and the cross was not being subset, and modernises the CITATION file. Bug fix in an interaction-testing edge case.
View source ↗