CRAN
tcltk2 1.2-11
Tcl/Tk Additions
Released Dec 20, 2014 by Philippe Grosjean
This package can be loaded by Renjin but all tests failed.
A series of additional Tcl commands and Tk widgets with style and various functions (under Windows: DDE exchange, access to the registry and icon manipulation) to supplement the tcltk package
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>tcltk2</artifactId> <version>1.2-11-b315</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:tcltk2')
Test Results
This package was last tested against Renjin 0.8.2504 on Oct 29, 2017.