Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 821 Bytes

Alt

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.

requirement

  • R
  • GAMA
  • gamar

Quick start

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")

Deeper understanding

For tutorials on how to install and use it see here.