Package: svGUI
Type: Package
Version: 1.0.1
Date: 2020-04-14
Title: '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?).
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
  email = "phgrosjean@sciviews.org"))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends: R (>= 2.6.0)
Suggests: covr, knitr, testthat
License: GPL-2
URL: https://github.com/SciViews/svGUI, http://www.sciviews.org/svGUI/
BugReports: https://github.com/SciViews/svGUI/issues
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Encoding: UTF-8
