Package: gamstransfer
Type: Package
Title: A Data Interface Between 'GAMS' and R
Version: 3.0.7
Date: 2025-09-02
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 <abhosekar@gams.com>
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' <https://www.gams.com/>,
    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
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'
NeedsCompilation: yes
Packaged: 2025-09-02 18:31:31 UTC; athar
Author: Atharv Bhosekar [aut, cre],
  GAMS Development Corp. [cph, fnd],
  GAMS Software GmbH [cph, fnd]
Repository: CRAN
Date/Publication: 2025-09-02 19:00:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-09-03 23:18:24 UTC; unix
Archs: gamstransfer.so.dSYM
