Prompt the user to download GAMA if he wish to and then configures rama, linking it to a GAMA engine installed on the system.

setup_gama(path = NA)

Arguments

path

path to the applicatation Gama Platform

Examples

# NOT RUN {
# For interactive usage:
setup_gama()

# If input a path, the function will not be interactive:
setup_gama(getwd())
# }