gamar is an R interface to the GAMA simulation platform. The version 0.1.0 of the R gamar package needs version 1.6.2 of the GAMA simulation platform to be installed on the machine.
- R
- GAMA
- gamar
We assume you have got R and GAMA installed on your machine. You then need to install gamar package. The best way to proceed is using devtools package.
If devtools is not yet installed
install.packages("devtools")
Once devtools installed you can install gamar :
library(devtools)
install_github("choisy/gamar")
For tutorials on how to install and use it see here.