You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no longer rely on side effects to update objects in global environment; instead uses simulation environments (#185) (not backwards compatible!)
sample modules rewritten to use simulation enviroments (#185) (not backwards compatible!).
redefined simList class:
new superclass .simList contains all previous simList slots except .envir
class simList extends .simList by adding slot .envir
new class simList_ extends .simList by adding slot .list
simList_ can be used internally to save a simList object,
because saving lists of objects to file is more reliable that saving environments.
fastshp can be installed from Rforge as a CRAN-like repository (instead of relying on devtools::install_github)
software requirements changed: depends R (>=3.2.0)
moved data.table, grid, raster, and sp from Depends to Imports (#207).
add archivist, ff, ffbase to Imports; add lubridate to Imports (with #151)
removed magrittr from Imports (%>% is now exported by igraph)
most external methods/classes imported using importFrom; except methods, graphics, igraph, and utils (because of methods/classes which are not exported) (#201)
simulations now use timeunit (instead of timestep) specified in metadata (#151)
defineModule requires timeunit to be a character string instead of numeric (with #151)
all functions imported explicity (@importFrom). 3 entire packages imported: methods, graphics, igraph (because of classes which are not exported from igraph) (#201)
removed package dependencies on raster, sp, data.table, grid. Use importFrom instead (#207).
improved documentation and vignettes
added cache mechanism to hash function calls to spades (#206)