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. Now includes (experimental)
    conditional scheduling.
URL: http://spades-core.predictiveecology.org/,
        https://github.com/PredictiveEcology/SpaDES.core
Date: 2019-09-12
Version: 0.2.6
Authors@R: c(
    person("Alex M", "Chubaty", email = "alex.chubaty@gmail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")),
    person("Eliot J B", "McIntire", email = "eliot.mcintire@canada.ca",
    role = c("aut"), comment = c(ORCID = "0000-0002-6914-8316")),
    person("Yong", "Luo", email = "yluo1@lakeheadu.ca",
    role = c("ctb")),
    person("Steve", "Cumming", email = "Steve.Cumming@sbf.ulaval.ca",
    role = c("ctb")),
    person("Ceres", "Barros", email = "cbarros@mail.ubc.ca",
    role = c("ctb"), comment = c(ORCID = "0000-0003-4036-977X")),
    person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
    role = "cph")
    )
Depends: R (>= 3.5), quickPlot (>= 0.1.4), reproducible (>= 0.2.10)
Imports: backports, codetools, crayon, data.table (>= 1.10.4), DEoptim
        (>= 2.2-4), DiagrammeR (>= 0.8.2), dplyr (>= 0.5.0),
        fastdigest, fpCompare (>= 0.2.1), httr (>= 1.2.1), igraph (>=
        1.0.1), lubridate (>= 1.3.3), methods, parallel, RCurl, R.utils
        (>= 2.5.0), raster (>= 2.5-8), stats, stringi (>= 1.1.3),
        tcltk, tools, utils
Suggests: archivist, covr, devtools, knitr, Matrix, magrittr,
        microbenchmark, png, RandomFields (>= 3.3.4), RColorBrewer (>=
        1.1-2), rgdal, rgenoud, sf, SpaDES.tools (>= 0.2.0), rmarkdown,
        testthat (>= 1.0.2)
Encoding: UTF-8
Language: en-CA
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' 'code-checking.R' 'copy.R'
        'downloadData.R' 'experiment.R' 'simulation-parseModule.R'
        'simulation-simInit.R' 'load.R' 'modActiveBinding.R'
        'module-define.R' 'module-dependencies-methods.R'
        'module-repository.R' 'module-template.R' 'moduleCoverage.R'
        'moduleMetadata.R' 'objectSynonyms.R' 'times.R'
        'simList-accessors.R' 'plotting-diagrams.R' 'plotting.R'
        'progress.R' 'restart.R' 'save.R' 'simulation-spades.R'
        'spades-classes.R' 'spades-core-deprecated.R'
        'spades-core-package.R' 'suppliedElsewhere.R' 'zzz.R'
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-13 13:40:11 UTC; achubaty
Author: Alex M Chubaty [aut, cre] (<https://orcid.org/0000-0001-7146-8135>),
  Eliot J B McIntire [aut] (<https://orcid.org/0000-0002-6914-8316>),
  Yong Luo [ctb],
  Steve Cumming [ctb],
  Ceres Barros [ctb] (<https://orcid.org/0000-0003-4036-977X>),
  Her Majesty the Queen in Right of Canada, as represented by the
    Minister of Natural Resources Canada [cph]
Maintainer: Alex M Chubaty <alex.chubaty@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-13 14:20:02 UTC
