NEWS
SpaDES.experiment 0.0.2.9006
- The whole package is deprecated and no longer maintained. Its functionality has moved to
SpaDES.project (its maintained home). Loading the package now prints a deprecation notice on attach. CI is left as-is (failing) intentionally.
experiment(), experiment2() and simInitAndExperiment() are deprecated; they have moved to the SpaDES.project package, which is now their maintained home. The functions here forward to SpaDES.project::* (when installed) and emit a deprecation message. Please switch to SpaDES.project::experiment() / experiment2() / simInitAndExperiment().
SpaDES.experiment 0.0.2.9000
- Drop support for R version < 4.0.
- use
NLMR instead of RandomFields for random landscape generation.
SpaDES.experiment 0.0.1
- A new package focused on running simulation experiments.
Replaces and enhances this functionality in
SpaDES.core.