v1.1.2
Known issues: https://github.com/PredictiveEcology/SpaDES/issues
- fix issues associated with upcoming
dplyr
updates - performance enhancements: much faster simulation execution
- Plot accepts color column in SpatialPointDataFrame objects
- add
col
arg toPlot
(mimickscols
) - add
experiment
function, a wrapper aroundspades
for running multiple simulations (#265) - add
shine
function, withsimList
signature (#261) - add
copy
function, which does a deep copy of asimList
object - add
RColorBrewer
to Imports - allow Plot colours to be set in the
Plot
call usingcols
argument - allow Plot colours to be set in the
Plot
call usingRColorBrewer
palettes - fix bug when plotting certain real-numbered rasters
- fix bug in Plot legends
- fix bug in assigning vectors as default module param values
- fix bug that prevented printing simulation times
- fix bug in event list sorting by
eventPriority
- new slot in
simList
object:current
, to store the current event - new accessors
current
andcurrent<-
to get and set the current event defineParameter
now coerces thedefault
value to match the typeclass
- export
objectNames()
for external use outputPath
updatesoutput(sim)$file
file paths, in addition to justpaths(sim)$outputPath
- other bug fixes