I have a friend who asked me to implement something for him. Let's make a simple example: I have four values I enter: Value1 up to Value4. With these values my R program does fancy calculations and gives a nice result.
No let's say I do not want to bother my friend with (from his point of view) complicated r script and entering the values there. So I want to program a simple input gui and then make it an executable file. Now I have two questions:
How can I create such an input gui?
How can I get an executable file out of this?