Package: gamstransfer Type: Package Title: A Data Interface Between 'GAMS' and R Version: 3.0.8 Date: 2026-01-05 Authors@R: c( person("Atharv", "Bhosekar", email = "abhosekar@gams.com", role = c("aut", "cre")), person("GAMS Development Corp.", email = "support@gams.com", role=c("cph", "fnd")), person("GAMS Software GmbH", email = "support@gams.com", role=c("cph", "fnd")) ) Maintainer: Atharv Bhosekar Description: Read, analyze, modify, and write 'GAMS' (General Algebraic Modeling System) data. The main focus of 'gamstransfer' is the highly efficient transfer of data with 'GAMS' , while keeping these operations as simple as possible for the user. The transfer of data usually takes place via an intermediate GDX (GAMS Data Exchange) file. Additionally, 'gamstransfer' provides utility functions to get an overview of 'GAMS' data and to check its validity. License: MIT + file LICENSE Imports: Rcpp (>= 1.0.6), R6 (>= 2.5.1), R.utils (>= 2.11.0), collections(>= 0.3.6) LinkingTo: Rcpp Suggests: testthat (>= 3.0.0) URL: https://github.com/GAMS-dev/transfer-r/tree/main/gamstransfer BugReports: https://github.com/GAMS-dev/transfer-r/issues Config/testthat/edition: 3 RoxygenNote: 7.3.1 Roxygen: list(r6 = FALSE) SystemRequirements: C++17 Encoding: UTF-8 Collate: 'Alias.R' 'BaseAlias.R' 'Container.R' 'DomainViolation.R' 'SpecialValues.R' 'Equation.R' 'Parameter.R' 'RcppExports.R' 'Set.R' 'Super.R' 'Symbol.R' 'UniverseAlias.R' 'Variable.R' 'gamstransfer-package.R' 'symbolTypes.R' 'utility.R' Repository: https://gams-dev.r-universe.dev Date/Publication: 2026-01-12 18:52:18 UTC RemoteUrl: https://github.com/gams-dev/transfer-r RemoteRef: HEAD RemoteSha: a700acc3f0ecf7188c6f1e28571895dea14d6df4 RemoteSubdir: gamstransfer NeedsCompilation: yes Packaged: 2026-06-11 11:13:32 UTC; root Author: Atharv Bhosekar [aut, cre], GAMS Development Corp. [cph, fnd], GAMS Software GmbH [cph, fnd]