Title
slim_open(slimr_script, slim_gui_path = Sys.getenv("slim_gui_path"))
A slimr_script object to open in SLiMGUI (or QtSLiM if on Linux or Windows)
Full path to SLiMGUI or QtSLiM executable
Invisibly return the process object used to launch the GUI (for debugging purposes)
if(interactive()) {
slim_open(minimal_slimr_script())
}