Package: SpaDES.core
Type: Package
Title: Core Utilities for Developing and Running Spatially Explicit
        Discrete Event Models
Description: Provides the core framework for a discrete event system (DES) to 
    implement a complete data-to-decisions, reproducible workflow.
    The core DES components facilitate modularity, and easily enable the user
    to include additional functionality by running user-built modules.
    Includes conditional scheduling, restart after interruption, packaging of
    reusable modules, tools for developing arbitrary automated workflows,
    automated interweaving of modules of different temporal resolution,
    and tools for visualizing and understanding the DES project.
URL: https://spades-core.predictiveecology.org/,
        https://github.com/PredictiveEcology/SpaDES.core
Date: 2022-01-18
Version: 1.0.10
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(paste("Her Majesty the Queen in Right of Canada,",
                 "as represented by the Minister of Natural Resources Canada"),
           role = "cph")
    )
Depends: R (>= 4.0), quickPlot (>= 0.1.4), reproducible (>= 1.2.7)
Imports: crayon, data.table (>= 1.11.0), fastdigest, igraph (>= 1.0.1),
        methods, qs (>= 0.21.1), raster (>= 2.5-8), Require (>= 0.0.7),
        stats, utils, whisker
Suggests: codetools, covr, DiagrammeR (>= 0.8.2), dplyr, future,
        future.callr, ggplot2, googledrive, httr, knitr, logging,
        magrittr, pkgload, png, RandomFields (>= 3.3.4), RColorBrewer
        (>= 1.1-2), rgdal, roxygen2, rstudioapi, sp, SpaDES.tools (>=
        0.2.0), rmarkdown, tcltk, 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: 'Plots.R' 'module-dependencies-class.R' 'misc-methods.R'
        'environment.R' 'helpers.R' 'simList-class.R' 'cache.R'
        'check.R' 'priority.R' 'checkpoint.R' 'code-checking.R'
        'convertToPackage.R' 'copy.R' 'debugging.R' 'downloadData.R'
        'simulation-parseModule.R' 'simulation-simInit.R' 'load.R'
        'memory-leaks.R' 'memory.R' 'modActiveBinding.R'
        'module-define.R' 'module-dependencies-methods.R'
        'module-repository.R' 'module-template.R' 'moduleCoverage.R'
        'moduleMetadata.R' 'objectSynonyms.R' 'options.R' 'times.R'
        'simList-accessors.R' 'plotting-diagrams.R' 'plotting.R'
        'progress.R' 'project-template.R' 'reexports.R' 'restart.R'
        'save.R' 'saveLoadSimList.R' 'simulation-spades.R'
        'spades-classes.R' 'spades-core-deprecated.R'
        'spades-core-package.R' 'suppliedElsewhere.R' 'zzz.R'
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-19 15:38:59 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: 2022-01-19 16:22:46 UTC
Built: R 4.0.5; ; 2022-01-25 05:11:40 UTC; unix
