Test if GAMA is intalled and is correctly linked to the application Gama platform

is_gama_installed(path = unlist(options("rama.gama.path")))

Arguments

path

path to the application Gama platform

Examples

# NOT RUN {
# For examples, for MacOs, it can be:
is_gama_installed(path = "/Applications/Gama.app")
# }