All Projects → PredictiveEcology → Spades

PredictiveEcology / Spades

Licence: gpl-3.0
R package for developing and running Spatial Discrete Event Simulation models

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Spades

Skimr
A frictionless, pipeable approach to dealing with summary statistics
Stars: ✭ 889 (+2514.71%)
Mutual labels:  r-package
Spenv
Combine environmental and spatial data
Stars: ✭ 8 (-76.47%)
Mutual labels:  r-package
Rdrpostagger
R package for Ripple Down Rules-based Part-Of-Speech Tagging (RDRPOS). On more than 45 languages.
Stars: ✭ 31 (-8.82%)
Mutual labels:  r-package
Chr
🔤 Lightweight R package for manipulating [string] characters
Stars: ✭ 18 (-47.06%)
Mutual labels:  r-package
Tidymv
Tidy Model Visualisation for Generalised Additive Models
Stars: ✭ 25 (-26.47%)
Mutual labels:  r-package
Ieeer
Search IEEE publications in R
Stars: ✭ 12 (-64.71%)
Mutual labels:  r-package
Brms
brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan
Stars: ✭ 825 (+2326.47%)
Mutual labels:  r-package
Cld2
R Wrapper for Google's Compact Language Detector 2
Stars: ✭ 34 (+0%)
Mutual labels:  r-package
Rnaturalearthdata
to hold data used by rnaturalearth
Stars: ✭ 8 (-76.47%)
Mutual labels:  r-package
Sofa
easy R interface to CouchDB
Stars: ✭ 30 (-11.76%)
Mutual labels:  r-package
Patentsview
An R client to the PatentsView API
Stars: ✭ 18 (-47.06%)
Mutual labels:  r-package
Rdhs
API Client and Data Munging for the Demographic and Health Survey Data
Stars: ✭ 22 (-35.29%)
Mutual labels:  r-package
Originr
Species origin data from the web in R
Stars: ✭ 13 (-61.76%)
Mutual labels:  r-package
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+2532.35%)
Mutual labels:  r-package
Plnmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 31 (-8.82%)
Mutual labels:  r-package
Icpsrdata
Reproducible data downloads from the ICPSR data archive
Stars: ✭ 7 (-79.41%)
Mutual labels:  r-package
Rtimicropem
😷 R Package for the Analysis of RTI MicroPEM Output Files 😷
Stars: ✭ 9 (-73.53%)
Mutual labels:  r-package
Githubinstall
A Helpful Way to Install R Packages Hosted on GitHub
Stars: ✭ 34 (+0%)
Mutual labels:  r-package
Graphql
Bindings to libgraphqlparser for R
Stars: ✭ 31 (-8.82%)
Mutual labels:  r-package
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (-55.88%)
Mutual labels:  r-package

Spatial Discrete Event Simulation (SpaDES)

Build Status Appveyor Build status Coverage Status CRAN_Status_Badge CRAN_Release_Date Downloads DOI

Develop and run spatially explicit discrete event simulation models

Metapackage for implementing a variety of event-based models, with a focus on spatially explicit models. These include raster-based, event-based, and agent-based models. The core simulation components (provided by SpaDES.core) are built upon a discrete event simulation (DES) framework that facilitates modularity, and easily enables the user to include additional functionality by running user-built simulation modules (see also SpaDES.tools and SpaDES.experiment). Included are numerous tools to visualize rasters and other maps (via quickPlot), and caching methods for reproducible simulations (via reproducible). Additional functionality is provided by the SpaDES.addins and SpaDES.shiny packages.

Getting started

Workshops

Websites

SpaDES metapackage: https://SpaDES.PredictiveEcology.org

Other SpaDES packages:

Domain specific packages

Predictive Ecology Blog: http://predictiveecology.org/

Canadian Forest Service Adaptation Toolkit: https://www.nrcan.gc.ca/forests/climate-change/tools-resources/17770

LandWeb Demonstration App: http://landweb.ca

Simple visuals SpaDES_examples repository

Examples for R-savvy users:

Copy the linked .Rmd file to your computer. Open it with a text editor or in RStudio, and run all chunks in R. It is not intended to be knitted; knitting will only output the script.


Installation

Install development libraries: building packages from source requires the appropriate development libraries for your operating system.

  • Windows: install Rtools.

  • macOS: install Xcode commandline tools from the terminal: xcode-select install.

  • Debian/Ubuntu Linux: ensure r-base-dev is installed.

See here for more details.

Install suggested packages: the fastshp package can be installed with:

install.packages("fastshp", repos = "https://rforge.net", type = "source")

Current stable release

Install from CRAN:

install.packages("SpaDES")

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES", dependencies = TRUE) # master

Development version (unstable)

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES", ref = "development", dependencies = TRUE)

Getting help

Q&A forum is available on the SpaDES Users Google Group. This is the place to ask for help on setting up and running simulations, as well as module development. Please do not file bug reports here.

Reporting bugs

The SpaDES metapackage simply loads a number of other packages from the SpaDES ecosystem. Bug reports should be reported to the specific package in question rather than the metapackage, and should contain a concise reproducible example. Contact us via the package's GitHub site:


Copyright (C) 2019 Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].