Changes in version 0.6.1 - 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 Changes in version 0.6.0 - 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. Changes in version 0.5.0 - Add cross_validation result to README using the Acacia example - Create and export function to create occurrence cube with impact data (impact_cube_data) Changes in version 0.4.0 - Allow users to specify region for the indicator to be calculated on. The occurrence is intersected with the region provided as shapefile in the indicator functions. Changes in version 0.3.2 - Use GBIF occurrence cube as example Changes in version 0.3.1 - Correct versioning in codemeta file Changes in version 0.3.0 - Improve logo - Improve Readme and vignettes for b-cuded website - Styling of README and vignettes for b-cuded website - Return indicators' information - Changes in version 0.2.0 - Improve function names according to B-cubed guidelines - Add descriptions to exported functions - Move helper functions to R/utils.R Changes in version 0.1.1 Changes in version 0.1.0 - Set up basic package structure. Changes in version 0.0.0 - Added a NEWS.md file to track changes to the package.