forked from jbkunst/highcharter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.43 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
Package: highcharter
Type: Package
Version: 0.4.0.9999
Title: A Wrapper for the 'Highcharts' Library
Description: A wrapper for the 'Highcharts' library including
shortcut functions to plot R objects. 'Highcharts'
<http://www.highcharts.com/> is a charting library offering
numerous chart types with a simple configuration syntax.
Authors@R: c(
person("Joshua", "Kunst", role = c("aut", "cre"), email = "[email protected]"),
person("Nuno", "Agostinho", role = c("ctb"), comment = "hchart.survfit, densities and hc_add_series_scatter"),
person("Eduardo", "Flores", role = c("ctb"), comment = "First version hc_add_series_df_tidy"),
person("Dean", "Kilfoyle", role = c("ctb"), comment = "First version hc_add_series_boxplot"),
person("Adline", "Dsilva", role = c("ctb"), comment = "First version Matrix heatmap")
)
Date: 2016-09-05
URL: http://jkunst.com/highcharter
BugReports: https://github.com/jbkunst/highcharter/issues
Maintainer: Joshua Kunst <[email protected]>
License: MIT + file LICENSE
RoxygenNote: 5.0.1
Depends:
R (>= 2.10)
Imports:
htmlwidgets,
magrittr,
purrr,
rlist,
assertthat,
zoo,
dplyr,
tibble (>= 1.1),
stringr,
broom,
viridisLite,
xts,
quantmod,
tidyr,
htmltools,
jsonlite,
igraph,
lubridate
Suggests:
knitr,
rmarkdown,
survival,
ggplot2
VignetteBuilder: knitr
LazyData: true