help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Processing glpsol output with R (was: Need help on inte


From: Noli Sicad
Subject: Re: [Help-glpk] Processing glpsol output with R (was: Need help on interval planning constraint)
Date: Tue, 29 Dec 2009 09:59:05 +0700

Want to try to run R in Gusek?

Put this one in R.properties file

~~~~~~~~
#To compile model
command.compile.subsystem.$(file.patterns.r)=0
command.compile.$(file.patterns.r)=$(r.winpath)Rscript --vanilla
--slave   "$(FilePath)"

#To run model
command.go.subsystem.$(file.patterns.r)=1
command.go.$(file.patterns.r)=$(r.winpath)Rscript --vanilla --slave
"$(FilePath)"
~~~~~~~~~~

GUSEK runs R-package perfectly but without graphics window display.
The graph, Rplots.pdf is created in the working directory.

Noli




reply via email to

[Prev in Thread] Current Thread [Next in Thread]