Skip to content

v1.1.2

Compare
Choose a tag to compare
@achubaty achubaty released this 13 Apr 13:00

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 to Plot (mimicks cols)
  • add experiment function, a wrapper around spades for running multiple simulations (#265)
  • add shine function, with simList signature (#261)
  • add copy function, which does a deep copy of a simList object
  • add RColorBrewer to Imports
  • allow Plot colours to be set in the Plot call using cols argument
  • allow Plot colours to be set in the Plot call using RColorBrewer 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 and current<- to get and set the current event
  • defineParameter now coerces the default value to match the type class
  • export objectNames() for external use
  • outputPath updates output(sim)$file file paths, in addition to just paths(sim)$outputPath
  • other bug fixes