Package: svGUI 1.0.2

svGUI: 'SciViews::R' - 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.2.tar.gz
svGUI_1.0.2.zip(r-4.7)svGUI_1.0.2.zip(r-4.6)svGUI_1.0.2.zip(r-4.5)
svGUI_1.0.2.tgz(r-4.6-any)svGUI_1.0.2.tgz(r-4.5-any)
svGUI_1.0.2.tar.gz(r-4.7-any)svGUI_1.0.2.tar.gz(r-4.6-any)
svGUI_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
Pkgdown/docs site:https://www.sciviews.org
Last updated from:54b97cae4c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 198 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 96 |
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 |
|---|---|
| 'SciViews::R' - Manage GUIs in R | svGUI-package svGUI |
| 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 |
