Package: svGUI 1.0.1
svGUI: 'SciViews' - Manage GUIs in R
Manage Graphical User Interfaces (GUI) in R. It is independent from any particular GUI widgets ('Tk', 'Gtk2', native, ...). It centralizes info about GUI elements currently used, and it dispatches GUI calls to the particular toolkits in use in function of the context (is R run at the terminal, within a 'Tk' application, a HTML page?).
Authors:
svGUI_1.0.1.tar.gz
svGUI_1.0.1.zip(r-4.5)svGUI_1.0.1.zip(r-4.4)svGUI_1.0.1.zip(r-4.3)
svGUI_1.0.1.tgz(r-4.4-any)svGUI_1.0.1.tgz(r-4.3-any)
svGUI_1.0.1.tar.gz(r-4.5-noble)svGUI_1.0.1.tar.gz(r-4.4-noble)
svGUI_1.0.1.tgz(r-4.4-emscripten)svGUI_1.0.1.tgz(r-4.3-emscripten)
svGUI.pdf |svGUI.html✨
svGUI/json (API)
NEWS
# Install 'svGUI' in R: |
install.packages('svGUI', repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sciviews/svgui/issues
Last updated 3 years agofrom:f9581c8774. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:dont_askdontAskgui_addgui_askgui_ask<-gui_changegui_listgui_removegui_widgetsgui_widgets<-guiAddguiAskguiAsk<-guiChangeguiListguiRemoveguiWidgetsguiWidgets<-is.guisetUIstartUI
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Can we interrupt R to ask something to the user though the GUI? | dontAsk dont_ask |
A GUI object. | $.gui gui is.gui print.gui |
Creation and management of GUI objects. | guiAdd guiAsk guiAsk<- guiChange guiList guiRemove guiWidgets guiWidgets<- gui_add gui_ask gui_ask<- gui_change gui_list gui_remove gui_widgets gui_widgets<- |
Set a property in the UI (User Interface), or start an action. | setUI setUI.gui startUI startUI.gui |