Skip to contents

memoria 1.1.0 (2026-02-09)

Bug fixes

  • Fixed off-by-one indexing error in computeMemory() when labeling subset rows for trend direction (“up”/“down”/“stable”).
  • Fixed computeMemory() to apply addRandomColumn() to the subsetted data (lagged.data.model) rather than the full dataset.
  • Fixed plotExperiment() referencing wrong variable name (parameters instead of parameters.file).
  • Fixed prepareLaggedData() using hardcoded "age" instead of the user-supplied time column name in time.zoom validation.
  • Fixed runExperiment() operator precedence bug: length(parameters.names == 1) changed to length(parameters.names) == 1.

Dependency changes

  • Removed irrelevant dependencies.
  • Bumped minimum R version from 2.10 to 4.1.0.
  • Updated RoxygenNote from 6.1.1 to 7.3.3.

Code improvements

Documentation

Other changes

  • Removed the function plotInteraction(), as it is available in spatialRF::plot_response_surface() and the package pdp.

memoria 1.0.0 (2019-05-17)

CRAN release: 2019-05-17

Initial CRAN release.