Skip to content

LucieContamin/gamar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%