-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
53 lines (53 loc) · 1.48 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
Package: trelliscopejs
Title: Create Interactive Trelliscope Displays
Version: 0.2.10
Authors@R: c(
person(given = "Ryan",
family = "Hafen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5516-8367")),
person(given = "Barret",
family = "Schloerke",
email = "[email protected]",
role = "aut"))
Description: Trelliscope is a scalable, flexible, interactive approach to visualizing data (Hafen, 2013 <doi:10.1109/LDAV.2013.6675164>). This package provides methods that make it easy to create a Trelliscope display specification for TrelliscopeJS. High-level functions are provided for creating displays from within 'tidyverse' or 'ggplot2' workflows. Low-level functions are also provided for creating new interfaces.
Depends:
R (>= 3.4.0)
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
purrr,
grid,
htmltools,
DistributionUtils,
grDevices,
gtable,
digest,
jsonlite,
ggplot2 (>= 3.2.1),
base64enc,
htmlwidgets,
graphics,
progress,
utils,
knitr,
webshot,
autocogs,
tidyr,
rlang,
fidelius
Suggests:
plotly,
testthat,
covr,
gapminder,
rmarkdown,
shiny,
housingData
RoxygenNote: 7.1.2
URL: https://hafen.github.io/trelliscopejs/, https://github.com/hafen/trelliscopejs
BugReports: https://github.com/hafen/trelliscopejs/issues
VignetteBuilder: knitr