Learn R Programming

svGUI (version 1.0.2)

'SciViews::R' - Manage GUIs in R

Description

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?).

Copy Link

Version

Install

install.packages('svGUI')

Monthly Downloads

4,446

Version

1.0.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Philippe Grosjean

Last Published

August 26th, 2025

Functions in svGUI (1.0.2)

gui

A GUI object.
svGUI-package

'SciViews::R' - Manage GUIs in R
gui_add

Creation and management of GUI objects.
setUI

Set a property in the UI (User Interface), or start an action.
dont_ask

Can we interrupt R to ask something to the user though the GUI?