running errors with Start.R scripts #433
-
Dear Jan Dietrich, I found this line of command (system(paste("gams full.gms -errmsg=1 -lf=full.log -lo=",cfg$logoption,sep=""))) appears in the script of submit.R, My understanding is that R did not find the GAMS software, if my understanding is correct, is there any modification needed in the submit.R script? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to make sure that the |
Beta Was this translation helpful? Give feedback.
You need to make sure that the
gams
executable can be found system wide. To do so you need to add the path to your GAMS installation into thePATH
variable of your system. How to add a path to thePATH
variable depends on the system you are using, but there are vairous tutorials online explaining how to do it in case you have not done it before.