Learn R Programming

svGUI (version 1.0.1)

SciViews - Manage GUIs in R

Description

The 'SciViews' 'svGUI' package eases the management of 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,704

Version

1.0.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

April 16th, 2021

Functions in svGUI (1.0.1)

gui_add

Creation and management of GUI objects.
gui

A GUI object.
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?
svGUI-package

svGUI: SciViews - Manage GUIs in R