Learn R Programming

⚠️There's a newer version (0.14) of this package.Take me there.

traitr (version 0.13)

An interface for creating GUIs modeled in part after traits UI module for python.

Description

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.

Copy Link

Version

Install

install.packages('traitr')

Monthly Downloads

32

Version

0.13

License

GPL (>= 2)

Maintainer

john verzani

Last Published

January 26th, 2012

Functions in traitr (0.13)

dataframeItem

Item to select a data frame from the available data frames in...
ImageEditor

Trait for embedding an image file...
RangeEditor

Trait for making a range editor (slider, spinbox)...
Item

Base Trait for an Item...
dateItem

A calendar date selection item...
rangeItem

A range selection item...
LabelEditor

Trait for a label...
aTableLayout

A container for tabular layout...
EntryEditor

A Base Trait for an editor using the entry widget...
aContainer

A container to give a different context than the default for a set of items...
integerItem

Item for integers...
SeparatorEditor

Trait for making a visual separator...
View

Trait for View objects.
dialogMaker

Automatically create a dialog for a function...
Model

Trait for a model object.
dfEditItem

data frame editor item.
merge.list

merge two lists, possibly overwriting...
ul

write
    ...
param

specify a method paramter...
choiceItem

Item for choosing one of several values...
ItemListEditor

trait for editor for itemList...
BooleanEditor

Trait for Editor for TRUE/FALSE selection...
variableSelectorItem

Item to select a variable (or variables) from a selected data frame...
fileItem

A file selection item...
itemList

An itemList is used to store a list of similar items or itemgroups with a means to edit individually...
DateEditor

Trait for data selection editor...
aGroup

A box container.
anItemGroup

Constructor for ItemGroup instances...
get_with_default

Function to return value or an object (or default if value is null, NA or "")...
BaseTrait

Base Trait to place common properties and methods...
GraphEditor

Trait for embedding graphics (Qt, RGtk2 only)...
aDialog

Create a Dialog instance...
aContext

A container to give a different context than the default for a set of items...
anExpandGroup

Expanding group.
returns

Document return value...
graphicDeviceItem

A graphic device item.
wrap_in_tag

write values in paired tags with optional class...
expressionItem

Item for typing in R expressions.
aFrame

Box container with label and visual separator to indicate grouping...
ButtonEditor

Trait for button editor...
Container

Base Trait for Container objects.
aController

Constructor for a Controller proto objects...
traitR-package

An interface for GUI creation using gWidgets...
imageItem

Display an image specified by its filename.
stringItem

A string item...
labelItem

Simple label item...
FileBrowseEditor

Trait for making File browser editor...
aView

Constructor for a View proto object...
ItemGroup

Base Trait to group items together to form a model.
Adapter

Trait for Adapter object...
Dialog

A Dialog wraps a top-level window around a collection of items which may be item groups...
tableItem

List editor -- list <-> tree, must have special structure to list?
aPanedGroup

A two panel paned group container.
formulaItem

A formula Item...
numericItem

Item for numbers...
separatorItem

Visual separator item...
aNotebook

A notebook container.
Editor

Base Trait for Editor.
buttonItem

Button item to initiate an action...
ObjectWithValuesEditor

Base trait for editor where there are underlying values to choose from...
TableEditor

Trait for displaying a table of information...
trueFalseItem

Item for Boolean values...
aModel

Constructor for a Model proto objects...
aNotebookPage

A page in a notebook...
loadingAnimation

A window to show a loading animation...
desc

specify a description for documentation...
Controller

Trait for Controller objects...