There is a newer version of the record available.

Published September 14, 2016 | Version v1.2.0.9011
Software Open

PredictiveEcology/SpaDES: v1.2.0.9011

  • 1. Canadian Forest Service, Government of Canada
  • 2. Lakehead University

Description

Known issues: https://github.com/PredictiveEcology/SpaDES/issues

version 1.2.0.9011
  • Add filesOnly arg to shine(). This can be in preparation for publishing to www.shinyapps.io or other pages. Currently still alpha.
  • Add POM: Pattern Oriented Modeling (#269). A simple interface to a simList object, allowing fitting parameters to data.
  • add col arg to Plot (mimicks cols). Was lost from version 1.1.2.
  • add .inputObjects functionality -- function that runs during simInit() to create default inputObjects
  • add p as a namespaced shortcut for params: p(sim) would replace params(sim)$moduleName
  • allow params(sim) & start(sim) & others in defineModule() by changing parse order in module metadata
  • allow any arbitrary function to be used internally to Plot (e.g., barplot, plot, etc.)
  • add arr argument to Plot(), allowing passing of arrangement
  • allow title arg in Plot() to accept character for plot title
  • change new arg in Plot(). Now it does one plot at a time, not whole device. Use clearPlot() to wipe whole device.
  • Plot can use character passed to title as a title.
  • add RandomFieldsUtils to Imports
  • some additional functionality for factor rasters, incl. clickValues, legends correct for wide variety of types
  • add explicit cl arg to parallel aware functions, for more control
  • newModule gains new arguments type = c("child", "parent") and children = c(). See ?newModule (#300).
  • checksums updated to use faster hashing algorithm (xxhash64) and now only requires a single hash value per file (#295)
  • new Rstudio addin for 'newModule' (#298); requires Import of shiny (>= 0.13), miniUI (>= 0.1.1), and rstudioapi (>= 0.5)

Files

PredictiveEcology/SpaDES-v1.2.0.9011.zip

Files (699.0 kB)

Name Size Download all
md5:994253d79b8a04cbce283c2a0c4efe4b
699.0 kB Preview Download

Additional details