Skip to content

v1.0.3

Compare
Choose a tag to compare
@Rekyt Rekyt released this 05 May 14:35
· 169 commits to main since this release

funrar 1.0.3

  • Corrected bug so that dense matrices can be transformed to stack data frame using matrix_to_stack() (#19),
  • Updated citation for Violle et al. 2017,
  • Use package goodpractice to enforce better code style,
  • Add is_relative() function to test if matrix contains relative abundances, scarcity() and distinctiveness() now warns if it is not the case (#21),
  • Conditionnally use microbenchmark following CRAN advices.