Search found 3 matches

by lorenareyru
4 months ago
Forum: API
Topic: Problem with GAMS Transfer R
Replies: 8
Views: 21721

Re: Problem with GAMS Transfer R

Dear Atharv, Thank you for your response. Yes, I am using library(gamstransfer) in my code. Here is my code: install.packages("R6") install.packages("Rcpp") install.packages("R.utils") install.packages("collections") # install.packages("gamstransfer"...
by lorenareyru
4 months ago
Forum: API
Topic: Problem with GAMS Transfer R
Replies: 8
Views: 21721

Re: Problem with GAMS Transfer R

Thank you for your reply. Unfortunately it doesn't work. This is my code. install.packages("R6") install.packages("Rcpp") install.packages("R.utils") install.packages("collections") # install.packages("gamstransfer") install.packages("/Library/F...
by lorenareyru
5 months ago
Forum: API
Topic: Problem with GAMS Transfer R
Replies: 8
Views: 21721

Re: Problem with GAMS Transfer R

I'm trying to use GAMS Transfer and R since the gdxrrw package is no longer functioning. I've been following the instructions, but when I import the package, I encounter a warning that says, 'inferring 'repos = NULL' from 'pkgs'.' Furthermore, when attempting to import the library using library(gams...