Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 407 Bytes

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")