Changing elements::ExamplePlot to elements::ExamplePlots, which now includes a set of vegetation plots not in the EVA and which weren’t included in the training data.
Altering taxa in TestModels to include all 26 taxa now present in the elements::ExamplePlots and Stellaria graminea + Silene flos-cuculi.
Adding additional example scenarios which includes Climate Change + Nutrient + Grazing permutations.
Altering elements::TaxonomicBackbone, now based on GBIF taxonomy (so as to include lichen taxa, otherwise absent in EuroSL).
Now modelling taxa at the species and species aggregate ranks only, aggregating subspecies and varieties into aggregates, see elements::ModellingTaxaLookup.
Adding object elements::MaximumProbabilities containing the maximum predicted probability for each taxon using its training data.
Adding True Skill Statistic to elements::PerformanceMetrics.
Re-training models to using plots which were previously exluded due to a lack of coordinate precision value, but which are specified in their respective documentation as having a precision of less than 1000m.
Now using EuroSL as the taxonomic backbone, however this does not include lichens - to be revised!
Moving calculation of HOAData to elementsWorkflow.
Updating vignettes with new scenario data.
Updating documentation to reflect use of ClimateEU.
Re-creating elements::TaxonomicBackbone object, now using GBIF as EuroSL does not include lichen or hybrid taxa. I will also align this taxonomic backbone to the EIVE1.5 “Euro+Med augmented” taxonomy upon release of EIVE1.5.
Changing pkgdown site theme to sandstone.
Improving elements::startup, which now creates a new environment (elementsEnv) in the parent environment which contains the ENMs, rather than simply loading the ENMs directly into the global environment.
Including test models (Silene flos-cuculi and Stellaria graminea) to ensure the package is functional (for these two taxa). These models are present in the “./inst/testdata/TestModels” object which is loaded if “./inst/extdata/Models” is not present, or if specified in the elements::startup function.
elements 0.5.0 (11/06/2025)
Adding the most recent iteration of the models, which we re-trained on the EVA data and data from the GBNVPD not yet incorporated into the EVA.
Changing the name of the elements::VariableNames object to elements::VariableLookup and adding a new object elements::VariableNames which contains a vector of the model variable names only.
elements 0.0.2 (12/04/2025)
Adding the ability to plot multiple taxa in elements::plot_me function.
Adding the argument “normalise” to the elements::plot_me function, which re-scales the y axis values in PDP plots using min-max scaling.
elements 0.0.1 (11/04/2025)
First working version with all modelled taxa included.