- Legend annotations in documentation.
- Disable parallel evaluation by default in
TipInstability()
, addingparallel
parameter to allow user to override. - Use format string in REprintf().
- Call C functions using symbols, not strings.
-
C2X compliant function prototypes.
-
Remove unused
sprintf()
calls.
ColByStability()
gainspal
argument to allow specification of custom palettes.
-
Faster rogue detection when edge lengths provided, per report by Joe Keating.
-
Don't list
neverDrop
inQuickRogue(fullSeq = TRUE)
.
- Handle
ColByStability(trees = NULL)
.
-
Early termination of
QuickRogue()
when no further improvement possible. -
Cophenetic()
renamed to the more accurateGraphGeodesic()
. -
Calculate information content of consensus trees with p > 0.5 (#15).
-
Improve support for
multiPhylo
objects. -
New vignette detailing rogue detection with Bayesian tree samples.
- Information theoretic rogue detection (per Smith, 2022).
- R interface to RogueNaRok.