-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.49 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
44
45
Package: cranvas
Type: Package
Version: 0.8.5
Date: 2013-02-20
Maintainer: Yihui Xie <[email protected]>
License: GPL
Title: Interactive statistical graphics based on Qt
Author: Yihui Xie, Heike Hofmann, Di Cook, Xiaoyue Cheng, Barret Schloerke,
Marie Vendettuoli, Tengfei Yin, Hadley Wickham, Michael Lawrence
Description: This is an R package as the next generation of GGobi, a software
package for interactive and dynamic statistical graphics. It includes most
of features in GGobi such as brushing, zooming, panning, identifying and
linking, as well as common types of statistical graphics, e.g. bar plot,
scatter plot, boxplot, histogram, density plot, spine plot, parallel
coordinates plot, mosaic plot, maps, missing value plot, time series plot,
tour, scatter plot matrix, hexagons and tiles (color images), etc. Based on
the support of several other packages, cranvas aims for speed (from Qt) and
flexibility (from R), with the style and design borrowed from ggplot2.
URL: http://github.com/ggobi/cranvas, http://cranvas.org
BugReports: https://github.com/ggobi/cranvas/issues
Depends:
R (>= 2.10.0)
Imports:
methods,
scales,
plyr,
qtbase (>= 0.99.2),
qtpaint (>= 0.8.1),
plumbr (>= 0.6.3),
objectSignals (>= 0.9.5),
objectProperties,
SearchTrees (>= 0.5.1),
productplots
Suggests:
nlme,
maps,
mapdata,
ggmap,
RgoogleMaps,
animation,
randomForest,
tourr (>= 0.5),
knitr,
Rcartogram
LazyData: true