-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDESCRIPTION
46 lines (46 loc) · 874 Bytes
/
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
46
Package: bigvis
Version: 0.1
Title: Tools for visualisation of big data sets
Description: Tools for visualising large datasets.
Authors@R: c(
person("Hadley", "Wickham", role = c("aut", "cre"),
email = "[email protected]"),
person("Yue", "Hue", role = "aut"),
person("R Core team", role = "ctb",
comment = "guess_bandwidth adapted from stats::bw.SJ")
)
Depends:
Rcpp
Imports:
methods
Suggests:
plyr,
ggplot2
LazyData: true
LinkingTo: Rcpp, BH
License: GPL (>= 2)
Collate:
'standardise.r'
'movies.r'
'RcppExports.R'
'adjust.r'
'ranged.r'
'bigvis.r'
'rebin.r'
'autoplot.r'
'origin.r'
'utils.r'
'breaks.r'
'weighted-stats.r'
'condense.r'
'condensed.r'
'bin.r'
'smooth.r'
'challenge.r'
'peel.r'
'id.r'
'rmse.r'
'width.r'
'h.r'
'mt.r'
'dgrid.r'