CRAN
traitr 0.14
An interface for creating GUIs modeled in part after traits UI module for python.
Released Sep 1, 2014 by John Verzani
Dependencies
proto 1.0.0 digest 0.6.15 gWidgets 0.0-54
An interface for creating GUIs modeled in part after the traits UI module for python. The basic design takes advantage of the model-view-controller design pattern. The interface makes basic dialogs quite easy to produce.
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>traitr</artifactId> <version>0.14-b39</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:traitr')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- aContainer-examples
- aDialog-examples
- aFrame-examples
- aGroup-examples
- aTableLayout-examples
- anExpandGroup-examples
- anItemGroup-examples
- buttonItem-examples
- choiceItem-examples
- dateItem-examples
- dialogMaker-examples
- graphicDeviceItem-examples
- imageItem-examples
- misc-examples
- numericItem-examples
- rangeItem-examples
- stringItem-examples
- tableItem-examples
- test-base
- test-itemlist
- test-model
- trueFalseItem-examples
- variableSelectorItem-examples