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 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
