Known issues: https://github.com/PredictiveEcology/SpaDES.tools/issues
raster
changes.We have identified a non-trivial bug in spread
when using allowOverlap = TRUE
. Until we can patch this bug, using this argument value will generate an error. We are currently working on a fix, which may take some time.
bit
; its reverse dependencies, ff
and ffbase
, moved to SuggestsreturnIndices
arg in spread
, allowing for numeric
. New option, 2
allows for the fastest return possible, only pixelIndices
animation
since it is used in the spread3
example.backports
for R-oldrel supportprofvis
and microbenchmark
from Suggests: all benchmarking is removed from automated testsspread2
speed enhancementsanimation
, fasterize
, and sf
to suggests (used in examples)spread2
now takes a numeric for allowOverlap
, to allow for 1 more scenario of overlapping, namely, allow between event overlapping, and within event overlapping only if the overlap occurs in the same iteration, otherwise, do not allow overlap within event.spread3
for simulating e.g., insect spreadpointDistance
is now exportedRandomFields
moved to Suggests to prevent clashes with data.table
multithreadingrandomPolygon
now has area
argument, instead of hectares
(deprecated), and it now succeeds for more cases.mergeRaster
now accepts a function passed by the user when mosaic
is triggered (#55, @tati-micheletti)initiateAgents
example fixed to work with newer raster
package versions (@rhijmans)splitRaster
defaults to in-memory rasters when no file path specified (#47, @ianmseddy).reproducible
package.compiler
package no longer used; is automatic in R >= 3.5gaussMap
(#20, @ianmseddy).fastMask
to reproducible
packagefastCrop()
: raster::crop
is faster than velox::crop
under many tests.fastMask()
: moved to the reproducible
package.spread2
)dplyr
and mgcv
added to Suggests because they are used in tests.randomPolygon
function for single random polygon.spread2
when asymmetry
used.A new package, which takes all auxiliary modelling functions out of the SpaDES
package:
?SpaDES.tools::SpaDES.tools
for an overview of included functionality.