Package: SpaDES.core
Type: Package
Title: Core Utilities for Developing and Running Spatially Explicit
        Discrete Event Simulation Models
Description: Provide the core discrete event simulation (DES) framework for
    implementing spatially explicit simulation models. The core DES components 
    facilitate modularity, and easily enable the user to include additional
    functionality by running user-built simulation modules.
URL: https://predictiveecology.github.io/SpaDES.core/,
        https://github.com/PredictiveEcology/SpaDES.core
Date: 2017-08-28
Version: 0.1.0
Authors@R: c(
    person("Alex M", "Chubaty", email = "alexander.chubaty@canada.ca",
    role = c("aut", "cre")),
    person("Eliot J B", "McIntire", email = "eliot.mcintire@canada.ca",
    role = c("aut")),
    person("Yong", "Luo", email = "yluo1@lakeheadu.ca",
    role = c("ctb")),
    person("Steve", "Cumming", email = "Steve.Cumming@sbf.ulaval.ca",
    role = c("ctb")),
    person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
    role = "cph")
    )
Depends: R (>= 3.3.2), quickPlot, reproducible
Imports: chron (>= 2.3-50), CircStats (>= 0.2-4), data.table (>=
        1.10.4), DEoptim (>= 2.2-4), DiagrammeR (>= 0.8.2), digest (>=
        0.6.12), dplyr (>= 0.5.0), fastdigest, fpCompare (>= 0.2.1),
        grDevices, httr (>= 1.2.1), igraph (>= 1.0.1), lazyeval (>=
        0.2.0), lubridate (>= 1.3.3), methods, parallel, R.utils (>=
        2.5.0), RandomFields (>= 3.1.24), raster (>= 2.5-8), stats, sp
        (>= 1.2-4), stringi (>= 1.1.3), tcltk, utils
Suggests: covr, hunspell, knitr, Matrix, png, RColorBrewer (>= 1.1-2),
        rgdal, rgenoud, rmarkdown, SpaDES.tools, testthat (>= 1.0.2),
        tkrplot
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/SpaDES.core/issues
ByteCompile: yes
Collate: 'environment.R' 'priority.R' 'module-dependencies-class.R'
        'misc-methods.R' 'helpers.R' 'simList-class.R' 'POM.R'
        'cache.R' 'check.R' 'checkpoint.R' 'copy.R' 'experiment.R'
        'simulation-parseModule.R' 'simulation-simInit.R' 'load.R'
        'module-define.R' 'module-dependencies-methods.R'
        'moduleMetadata.R' 'module-repository.R' 'module-template.R'
        'moduleCoverage.R' 'times.R' 'simList-accessors.R'
        'plotting-diagrams.R' 'plotting.R' 'probability.R' 'progress.R'
        'save.R' 'simulation-spades.R' 'spades-classes.R'
        'spades-core-package.R' 'zzz.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-28 19:22:04 UTC; achubaty
Author: Alex M Chubaty [aut, cre],
  Eliot J B McIntire [aut],
  Yong Luo [ctb],
  Steve Cumming [ctb],
  Her Majesty the Queen in Right of Canada, as represented by the
    Minister of Natural Resources Canada [cph]
Maintainer: Alex M Chubaty <alexander.chubaty@canada.ca>
Repository: CRAN
Date/Publication: 2017-08-30 14:18:43 UTC
