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
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
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
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
4 matches
Mail list logo