forked from hafen/trelliscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
Package: trelliscope
Type: Package
Title: Create and Navigate Large Multi-Panel Visual Displays
Version: 0.9.8
Date: 2017-09-20
Authors@R: c(person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre")),
person("Jeremiah", "Rounds", role = "ctb"),
person("Barret", "Schloerke", role = "ctb"),
person("Landon", "Sego", role = "ctb"))
Maintainer: Ryan Hafen <rhafen@gmail.com>
Description: An extension of Trellis Display that enables creation,
organization, and interactive viewing of multi-panel displays created
against potentially very large data sets. The dynamic viewer tiles
panels of a display across the screen in a web browser and allows the
user to interactively page through the panels and sort and filter them
based on "cognostic" metrics computed for each panel. Panels can be
created using many of R's plotting capabilities, including base R
graphics, 'lattice', 'ggplot2', and many 'htmlwidgets'. Conditioning is
handled through the 'datadr' package, which enables 'Trelliscope' displays
with potentially millions of panels to be created against terabytes of
data on systems like 'Hadoop'. While designed to scale, 'Trelliscope'
displays can also be very useful for small data sets.
URL: http://deltarho.org/docs-trelliscope
BugReports: https://github.com/delta-rho/trelliscope/issues
License: BSD_3_clause + file LICENSE
LazyData: yes
NeedsCompilation: no
Depends:
R (>= 3.0.0),
datadr (>= 0.8.5),
Imports:
lattice (>= 0.20-23),
ggplot2,
data.table,
base64enc,
shiny (>= 0.12.0),
htmlwidgets (>= 0.5.0),
digest,
jsonlite,
hexbin,
png,
jpeg,
DistributionUtils,
htmltools,
curl,
rsconnect
Suggests:
Cairo,
dplyr,
testthat (>= 0.11.0),
roxygen2 (>= 5.0.1),
scagnostics,
housingData
RoxygenNote: 6.0.1