[R] How to create an executable file from R GUI?

2016-02-18 Thread simon0098--- via R-help
Hi, I've created a GUI using RGtk2 package. How can I make an executable file from my R script so that users click on it and the GUI appears for them? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread simon0098--- via R-help
I tried Shiny using this link: oddhypothesis.blogspot.co.uk/2014/04/deploying-self-contained-r-apps-to.html But I got the following error in R portable: Fatal error: unable to open base package I checked for base package but R 3.2.3 ( latest version) doesn't have updates for this package! So I

[R] R portable is unable to open base package

2016-02-22 Thread simon0098--- via R-help
I'm using shiny package to make a desktop application for my GUI. When I run my batch file, I receive the following error in the log file: Fatal error : unable to open the base package I checked my library path and it was correctly set to R portable library path. Also I tried to install base pac

Re: [R] How to create an executable file from R GUI?

2016-02-22 Thread simon0098--- via R-help
Thanks all, I solved this problem using a batch file. Note that my problem was that my GUI disappeared quickly that I solve it using function "gtkMain()" after calling my GUIĀ  function. So, R GUI works with batch file :) The only problem that I had is that one of the buttons in my GUI is used to