- None
- None
- Fix for a bug when the ancestral state reconstruction (see
add_asr_node_states()
) produces nested island colonists which was causing some island species to become duplicated in theisland_tbl
previous versions. The fix adds a new internal function to the packagerm_duplicate_island_species()
which is called inextract_island_species()
whenextraction_method = asr
. This function uses thenested_asr_species
argument (added toextract_island_species()
) to determine whether duplicated island species should be kept as smaller, more recent colonist and removed from the larger, older clade (nested_asr_species = "split"
), or whether the smaller, more recent colonist should be removed and the larger, older clade should retain the species (nested_asr_species = "group"
). Both choices result in duplicates being removed.
- None
- None
...
(dots
) have been added as an argument toadd_asr_node_states()
in order to pass other arguments to thecastor
R package functions called for ancestral state reconstruction (castor::ask_mk_model()
andcastor::asr_max_parsimony()
).- Tests have been added to check arguments can be passed through
...
inadd_asr_node_states()
.
- None
- None
- The rate model (
rate_model
) can now be selected inadd_asr_node_states()
and passed tocastor::asr_mk_model()
. Feature suggested by @rsetienne.
add_missing_species()
now errors when the species name supplied tospecies_to_add_to
is not found in theisland_tbl
. Suggested by @luislvalente.- Function documentation for
add_island_colonist()
arguments has been improved. Suggested by @rsetienne. - Unit tests have been added for
add_asr_node_states()
. - Unit test for
add_missing_species()
has been updated. - Markdown formatting has been enabled for Roxygen documentation.
- None
- None
- None
- Addition of corHMM section to Extending ASR article, contributed by @TheoPannetier.
- Bug fix in
sse_states_to_endemicity()
(#17).
- None
- None
- Converted Extending_asr vignette to article
- Removed remote dependencies due to CRAN rules
- None
- None
- None
- Updates to Sensitivity vignette
- None
- None
- New vignette on performance of
extract_island_species()
- Updates to Extending ASR vignette and Sensitivity vignette
- Bug fix for
benchmark()
function
- None
- None
- Higher test coverage
plot_phylod()
tip labels are now white space separated
- Bug fixes for
benchmark()
function
- None
- Stable version of DAISIEprep
- New functions
- New documentation and vignettes
- Addition of several functions
- Bug fixes for various functions
- None
- Beta version of DAISIEprep
- Ready for users
- None
- None
- None