removed dependency on the {collinear} package, as its updates were
often not backward-compatible and introduced breaking changes
getModels()
collinearity is now reduced with fuzzySim::corSelect() and
fuzzySim::multicol(), instead of collinear::collinear()
ecotrends 1.1
getPerformance()
added ‘kappa’ to implemented metrics, by reviewer
request
create columns before they are populated, for efficiency
renamed and reordered some threshold columns, for better
readability
ecotrends 1.0
replaced ‘year’ with ‘period’ in messages and outputs
following CRAN requests:
replaced cat() with message() conditional on ‘verbosity’
argument
replaced getwd() with tempfile() in Examples
replaced dontrun{} with donttest{} in examples that take long to
run but are feasible without extra software; then replaced instead with
if(interactive()), because check still runs the donttest{}
section
removed LICENSE file for not having additional
restrictions
ecotrends 0.23
getImportance()
added ‘palette’ argument
getModels()
periods (years) not automatically sorted, but rather taken as in
input ‘rasts’
help file: improved description of ‘rasts’ layer names
ecotrends 0.22
getImportance()
added ‘plot’ and associated arguments
ecotrends 0.21
getImportance()
new function
ecotrends 0.20
getTrend(), DESCRIPTION
replaced Kendall::MannKendall() with trend::mk.test() to reduce
package dependencies; and eventually removed also mk.test, as slope and
significance are sufficient and both are provided by
trend::sens.slope()
full ouput includes just slope, upper and lower confidence limits,
and p-value
ecotrends 0.19
getTrend()
added Sen’s slope and associated statistics from
trend::sens.slope()
ecotrends 0.18
getModels()
new default 10 (not 0) for ‘nreps’
added collinear() new argument ‘quiet=TRUE’ after ‘collinear’
update
output has the same structure (list of lists) with or without
replicates, for code consistency
getPredictions()
output is now SpatRasterDataset (not single SpatRaster if no
replicates, or list of SpatRasters if replicates), for code
consistency
fixed error when producing output file if replicates
argument ‘mods’ can be directly the output of getModels (not
mods$models)
getPerformance()
output now includes both train and test performance, number of train
and test presences, and TSS train and test thresholds
fixed code for plot=TRUE when replicates
argument ‘data’ replaced with ‘mods’ for safer use
aded ‘sep.plots’ and ‘reset.par’ arguments to
modEvA::optiThresh()
getTrend()
implemented for replicates, converting SpatRasterDataset to
SpatRaster and using mean prediction
DESCRIPTION
included additional authors
increased version dependence for collinear, to use non-default value
for new argument ‘quiet’
increased version dependence for modEvA, to use ‘sep.plots’ and
‘reset.par’ (new) argument values
ecotrends 0.17
getPerformance()
implemented output for replicates (still test performance only)