-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: plumbr
Version: 0.6.9
Title: Mutable and dynamic data models
Author: Michael Lawrence, Hadley Wickham
Depends:
R (>= 2.10.0)
Imports:
utils,
methods,
objectSignals (>= 0.10.2)
Suggests:
plyr,
testthat,
MASS
URL: https://github.com/ggobi/plumbr/wiki
Maintainer: Michael Lawrence <[email protected]>
Description: The base R data.frame, like any vector, is
copied upon modification. This behavior is at odds with
that of GUIs and interactive graphics. To rectify this,
plumbr provides a mutable, dynamic tabular data model.
Models may be chained together to form the complex
plumbing necessary for sophisticated graphical
interfaces. Also included is a
general framework for linking datasets; an typical
use case would be a linked brush.
License: GPL (>= 2)
Collate:
'accessors.r'
'bindings.r'
'coercion.r'
'constructor.r'
'dimensions.r'
'events.r'
'linking.r'
'mutalist.R'
'names.r'
'print.r'
'proxy-filter.r'
'selection.r'
'utils.r'
's4.r'
'import.r'
'globals.r'