Skip to content

Latest commit

 

History

History
97 lines (54 loc) · 4.12 KB

NEWS.md

File metadata and controls

97 lines (54 loc) · 4.12 KB

canaper 1.0.1

DOCUMENTATION

Fix installation of dependencies when installing from r-universe repo (https:/ropensci/canaper/commit/774d89f58af8c55dda178fff3d324b2e48b749fd)

Add warning for abundance data, since CANAPE analysis in canaper treats it the same as presence-absence data. Thanks to an anonymous reviewer for the suggestion (https:/ropensci/canaper/commit/143cadee62a9bf3c5256e3d92240c6243bf803e4)

BUG FIXES

Fix internal functions count_higher() and count_lower() that did not distinguish between NA and NA_integer_. Thanks to @hadley (Hadley Wickham) (https:/ropensci/canaper/commit/ff6012d6b817d3ba8765d8c8b009e2818da2ab9f)

OTHER

Remove tidyverse from vignettes and Suggests. Thanks to @hadley for pointing this out. (https:/ropensci/canaper/commit/49aa94b418ad9e85f30e6f751651386674a367d8)

canaper 1.0.0

NEW FEATURES

DOCUMENTATION

canaper 0.0.3

Includes improvements in response to review on ropensci (ropensci/software-review#475)

DOCUMENTATION

BUG FIXES

TESTS

OTHER

canaper 0.0.2

BUG FIXES

  • Fix bug where cpr_rand_test() was failing to return identical results after set.seed() when parallelization is on

canaper 0.0.1

NEW FEATURES

BREAKING CHANGES

  • Use vegan for community matrix randomizations instead of picante

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

  • 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

canaper 0.0.0.9000

NEW FEATURES

  • Initial release on github