R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # > # GAMS - General Algebraic Modeling System R API > # > # Copyright (c) 2017-2024 GAMS Software GmbH > # Copyright (c) 2017-2024 GAMS Development Corp. > # > # Permission is hereby granted, free of charge, to any person obtaining a copy > # of this software and associated documentation files (the "Software"), to deal > # in the Software without restriction, including without limitation the rights > # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > # copies of the Software, and to permit persons to whom the Software is > # furnished to do so, subject to the following conditions: > # > # The above copyright notice and this permission notice shall be included in all > # copies or substantial portions of the Software. > # > # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > # SOFTWARE. > # > > library(testthat) > library(gamstransfer) > > test_check("gamstransfer") [ FAIL 0 | WARN 12 | SKIP 12 | PASS 2008 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • GAMS Unavailable (12): 'test-read.R:48:3', 'test-read.R:98:3', 'test-read.R:144:3', 'test-read.R:192:3', 'test-read.R:241:3', 'test-read.R:294:3', 'test-read.R:818:3', 'test-read.R:1254:3', 'test-read.R:2638:3', 'test-read.R:2693:3', 'test-read.R:3476:1', 'test-read.R:4538:1' [ FAIL 0 | WARN 12 | SKIP 12 | PASS 2008 ] > > proc.time() user system elapsed 23.21 3.82 27.18