Skip to content

v1.1.0

Compare
Choose a tag to compare
@achubaty achubaty released this 26 Jan 23:02

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

  • require R version 3.2.2 or higher
  • remove downloader from Imports (#203)
  • add covr to Suggests and lazyeval to Imports
  • require DiagrammeR version 0.8.2 or higher which fixes mermaid/knitr/pandoc error (rich-iannone/DiagrammeR#139)
  • add data source info module metadata (#205)
  • new function downloadData to download module data (with #205)
  • new function checksums to verify MD5 hashes of data files (with #205)
  • warn instead of error when using e.g., newModule with Rstudio on Windows (#209)
  • more control of caching behaviour: added cachePath to paths slot (#227)
  • only download data if file doesn't exist or checksum mismatch (#229)
  • allow multiple checksums per file in checksum (#230)
  • fix error caused by coercing NA to arbitrary class for which no suitable NA type exists (#231)
  • use warnings instead of errors for missing modules metadata (#233)
  • add event priorities (#236)
  • enhanced functionality of spread() (#237)
  • add unit tests and coverage to newModule (PR242, PR245)
  • objects passed to simInit can be named differently from their objects (#247)
  • downloadModule and downloadData now also download children modules/data
  • new function divergentColors to generate divergent colour palettes for legends
  • improve efficiency of loadPackages
  • change .spatialObjects class to spatialObjects and export
  • add .Rdata and .rds files to automatic loading.
  • warn user if SpaDES package version doesn't match module version
  • allow more signatures in simInit (modules can be character)
  • other bug fixes