Dear all,
today i would like to get some directions for the following question.
Main Target - create a simple GUI which allows non R-Users to start R-Sripts, point at files and simply press run.
I have produced a code in R which basically does the following thing:
1. Check if all packages are up to date and load them (if not installed - install)
2. Open a file window(file choose) so user can select file 1
3. Open a file window(file choose) so user can select file 2
4. Analyze stuff in files 1 and 2 and export as an excelfile to a pre-defined area)
5. Open a file window(file choose) so user can select file 3
6. Analyze stuff in file 3 and export as an excelfile to a pre-defined area) - also graphics are created and saved there
7. Programm is done
Wire Frame to Solution: A simple Window with three data-Fields where the user has to pre-determine which data is file 1, 2 and 3. Two Buttons - "Run" and "Cancel". This window should be opened like an "Exe-file", sothe user does not need to start R manually or type in code into the R-Console to start any R-based GUI. It should be a simple caller where simple pointers are made which give the underlying R-Code a direction at the needed files.
I understand that R has to be installed on the users Computer.
What i envision is a GUI done with JAVA for example. My programming skills are very basic - i can work with R and i am wiling to learn a new language to give the powers of R to users which only need to point out data, which needs to be analyzed and exported-
Shiny is nice, but i need to install the app on the individual desktop environment.
What are your propositions - right now only JAVA comes to mind. Are there easy to follow examples of integrating JAVA and R?
Thank you!
today i would like to get some directions for the following question.
Main Target - create a simple GUI which allows non R-Users to start R-Sripts, point at files and simply press run.
I have produced a code in R which basically does the following thing:
1. Check if all packages are up to date and load them (if not installed - install)
2. Open a file window(file choose) so user can select file 1
3. Open a file window(file choose) so user can select file 2
4. Analyze stuff in files 1 and 2 and export as an excelfile to a pre-defined area)
5. Open a file window(file choose) so user can select file 3
6. Analyze stuff in file 3 and export as an excelfile to a pre-defined area) - also graphics are created and saved there
7. Programm is done
Wire Frame to Solution: A simple Window with three data-Fields where the user has to pre-determine which data is file 1, 2 and 3. Two Buttons - "Run" and "Cancel". This window should be opened like an "Exe-file", sothe user does not need to start R manually or type in code into the R-Console to start any R-based GUI. It should be a simple caller where simple pointers are made which give the underlying R-Code a direction at the needed files.
I understand that R has to be installed on the users Computer.
What i envision is a GUI done with JAVA for example. My programming skills are very basic - i can work with R and i am wiling to learn a new language to give the powers of R to users which only need to point out data, which needs to be analyzed and exported-
Shiny is nice, but i need to install the app on the individual desktop environment.
What are your propositions - right now only JAVA comes to mind. Are there easy to follow examples of integrating JAVA and R?
Thank you!