mattdowle / SpaDES.core

Core functionality for Spatial Discrete Event Simulation (SpaDES)

Home Page:http://spades-core.predictiveecology.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Appveyor Build status Coverage Status CRAN_Status_Badge Downloads

SpaDES.core

Core functionality for Spatial Discrete Event Simulation (SpaDES)

Website: http://SpaDES.PredictiveEcology.org

Wiki: https://github.com/PredictiveEcology/SpaDES/wiki

Installation

Current stable release

Install from CRAN:

install.packages("SpaDES.core")

Install from GitHub:

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

Development version (unstable)

Install from GitHub:

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

About

Core functionality for Spatial Discrete Event Simulation (SpaDES)

http://spades-core.predictiveecology.org/

License:GNU General Public License v3.0


Languages

Language:R 100.0%