Improve the indicator names for clearity and consistency
compute_impact_per_species()changed to compute_species_indicator()compute_impact_per_site()changed to compute_site_indicator()compute_impact_indicator()changed to compute_regional_indicator()The name overall impact indicator has been changed to regional impact indicator
The species and regional impact indicators are no longer divided by the total number of sites occupied in the analysis
Fix the bug in the exponential transformation of impact categories to impact scores
Create the prepare_indicators_bootstrap function which returns parameters need for bootstrapping and confidence interval via the dubicube
Make the prepare_indicators_bootstrap to use only impact cube object. An impact cube is an object that contain occurrence cube and impact data. It can save the computational time due to recombining during a multiple computation from a set of data such as bootstrapping.
Improve logo
Improve Readme and vignettes for b-cuded website
Styling of README and vignettes for b-cuded website
Return indicators' information
Improve function names according to B-cubed guidelines
Add descriptions to exported functions
Move helper functions to R/utils.R
NEWS.md file to track changes to the package.