Skip to content

v0.0.1

Compare
Choose a tag to compare
@joelnitta joelnitta released this 26 Oct 09:04
· 118 commits to main since this release

DOI

NEW FEATURES

  • Add cpr_rand_comm() function for generating a random community
    2f3318c

  • Implement user-provided community matrix randomization functions

BREAKING CHANGES

  • Use vegan for community matrix randomizations instead of picante
    b0a2d47

BUG FIXES

  • Fix error in classification of endemism types with cpr_classify_endem(),
    where super-endemic cells were previously being assigned if pe_obs_p_upper
    or pe_obs_alt_p_upper were highly significant (P > 0.99), to requiring
    both to be highly significant 2f3318c

  • Fix calculation of RPD, RPE where alternative tree had all branch lengths
    converted to same value, to converting only non-zero branch lengths to same
    value 50ed6e9