Package: gms
Type: Package
Title: 'GAMS' Modularization Support Package
Version: 0.25.9
Date: 2023-06-15
Authors@R: c(person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = c("aut","cre")),
             person("David", "Klein", role = "aut"),
             person("Anastasis", "Giannousakis", role = "aut"),
             person("Felicitas", "Beier", role = "aut"),
             person("Johannes", "Koch", role = "aut"),
             person("Lavinia", "Baumstark", role = "aut"),
             person("Mika", "Pflüger", role = "aut"),
             person("Oliver", "Richters", role = "aut"))
Description: A collection of tools to create, use and maintain modularized model code written in the modeling 
    language 'GAMS' (<https://www.gams.com/>). Out-of-the-box 'GAMS' does not come with support for modularized
    model code. This package provides the tools necessary to convert a standard 'GAMS' model to a modularized one
    by introducing a modularized code structure together with a naming convention which emulates local
    environments. In addition, this package provides tools to monitor the compliance of the model code with
    modular coding guidelines.
Imports:
    dplyr,
    rlang,
    stringr,
    withr,
    yaml,
    filelock
Suggests: 
    covr,
    curl,
    magclass,
    qgraph,
    testthat,
    callr
URL: https://github.com/pik-piam/gms, https://doi.org/10.5281/zenodo.4390032
BugReports: https://github.com/pik-piam/gms/issues
License: BSD_2_clause + file LICENSE
LazyData: no
Encoding: UTF-8
RoxygenNote: 7.2.3
