Changelog
Source:NEWS.md
Rogue v2.1.6
CRAN release: 2023-11-29
- Legend annotations in documentation.
- Disable parallel evaluation by default in
TipInstability()
, addingparallel
parameter to allow user to override. - Use format string in REprintf().
Rogue v2.1.4
CRAN release: 2023-01-16
C2X compliant function prototypes.
Remove unused
sprintf()
calls.
Rogue v2.1.3
CRAN release: 2022-09-26
-
ColByStability()
gainspal
argument to allow specification of custom palettes.
Rogue v2.1.2
CRAN release: 2022-08-16
Faster rogue detection when edge lengths provided, per report by Joe Keating.
Don’t list
neverDrop
inQuickRogue(fullSeq = TRUE)
.
Rogue v2.1.0
CRAN release: 2022-01-13
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.