r-gwidgets2tcltk

An R package implementing the gWidgets2 API for the tcltk package


License
CNRI-Python-GPL-Compatible
Install
conda install -c conda-forge r-gwidgets2tcltk

Documentation

gWdgets2tcltk

A package implementing the gWidgets2 API for the tcltk package

This package works with gWidgets2 to provide a simple interface to R's tcltk package.

Install this package by:

  • the CRAN version via install.packages("gWidgets2tcltk")

  • The most recent development version with devtools:

library(devtools)
install_github("gWidgets2tcltk", "jverzani")