Package: SpaDES
Type: Package
Title: Develop and Run Spatially Explicit Discrete Event Simulation
        Models
Description: Easily implement a variety of simulation models, with a focus on
    spatially explicit agent based models. These include raster-based,
    event-based, and agent-based models. The core simulation components are
    built upon a discrete event simulation framework that facilitates
    modularity, and easily enables the user to include additional functionality
    by running user-built simulation modules. Included are numerous tools to
    visualize raster and other maps. The suggested package `fastshp` can be
    installed with `install.packages("fastshp", repos="http://rforge.net",
    type="source")`.
URL: https://github.com/PredictiveEcology/SpaDES
Version: 1.1.3
Date: 2016-04-18
Authors@R: c(
    person(c("Alex", "M"), "Chubaty", email="alexander.chubaty@canada.ca",
    role=c("aut", "cre")),
    person(c("Eliot", "J", "B"), "McIntire", email="eliot.mcintire@canada.ca",
    role=c("aut")),
    person("Yong", "Luo", email="yong.luo@canada.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")
    )
Additional_repositories: http://rforge.net
Depends: R (>= 3.2.2)
Suggests: covr, fastshp, knitr, Matrix, png, rgdal, rmarkdown, tcltk,
        testthat, tkrplot
Imports: archivist (>= 2.0), chron, CircStats, data.table, DiagrammeR
        (>= 0.8.2), digest, dplyr, DT, ff, ffbase, fpCompare, ggplot2,
        graphics, grDevices, grid, gridBase, gtools, httr, igraph,
        lazyeval, lubridate (>= 1.3.3), methods, parallel, R.utils,
        RandomFields, raster, RColorBrewer, secr, shiny, stats, sp,
        stringi, stringr, utils
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/SpaDES/issues
ByteCompile: yes
Collate: 'agent.R' 'SELES.R' 'misc-methods.R'
        'module-dependencies-class.R' 'helpers.R' 'simList-class.R'
        'check.R' 'priority.R' 'environment.R' 'checkpoint.R' 'copy.R'
        'experiment.R' 'initialize.R' 'simulation.R' 'load.R'
        'mapReduce.R' 'module-dependencies-methods.R'
        'moduleMetadata.R' 'module-repository.R' 'module-template.R'
        'moduleCoverage.R' 'movement.R' 'neighbourhood.R'
        'numerical-comparisons.R' 'plotting-classes.R'
        'plotting-colours.R' 'times.R' 'simList-accessors.R'
        'plotting-diagrams.R' 'plotting-helpers.R' 'plotting-other.R'
        'plotting.R' 'probability.R' 'progress.R' 'save.R' 'shine.R'
        'spades-classes.R' 'spades-package.R' 'splitRaster.R'
        'spread-process.R' 'zzz.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-18 17:33:09 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: 2016-04-19 00:45:58
