-
Notifications
You must be signed in to change notification settings - Fork 149
/
DESCRIPTION
88 lines (88 loc) · 2.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: highcharter
Type: Package
Version: 0.9.4.9000
Title: A Wrapper for the 'Highcharts' Library
Description: A wrapper for the 'Highcharts' library including
shortcut functions to plot R objects. 'Highcharts'
<https://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("Danton", "Noriega", role = c("ctb"), comment = "hcaes_"),
person("Charlie Joey", "Hadley", role = c("ctb"), comment = "hc_add_event_point improvement"),
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"),
person("Kamil", "Slowikowski", role = c("ctb"), comment = c(ORCID = "0000-0002-2843-6370")),
person("Christian", "Minich", role = c("ctb"), comment = "hcaes mutate_mapping improvement"),
person("Jonathan", "Armond", role = c("ctb"), comment = "mutate_mapping bugfix"),
person("David", "Breuer", role = c("ctb"), comment = "download_map_data quiet parameter"),
person("Mauricio", "Vargas", role = c("ctb"), comment = "tests and gh-actions"),
person("Michael", "Yan", role = c("ctb"), comment = "Motivational example for treemap/sunburst data helper"),
person("Bart", "Oortwijn", role = c("ctb"), comment = "rjson option, hc_add_yAxis, and GH issues collaborator"),
person("Paul", "Campbell", role = c("ctb"), comment = "additional proxy methods")
)
URL: https://jkunst.com/highcharter/, https://github.com/jbkunst/highcharter
BugReports: https://github.com/jbkunst/highcharter/issues
License: MIT + file LICENSE
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends:
R (>= 2.10)
Imports:
htmlwidgets,
magrittr,
purrr,
rlist,
assertthat,
zoo,
dplyr (>= 1.0.0),
tibble (>= 1.1),
stringr (>= 1.3.0),
broom,
xts,
quantmod,
tidyr,
htmltools,
jsonlite,
igraph,
lubridate,
yaml,
rlang (>= 0.1.1),
rjson,
methods
Suggests:
knitr,
rmarkdown,
survival,
ggplot2,
httr,
viridisLite,
shiny,
MASS,
gapminder,
forecast,
geojsonio,
testthat,
idbr,
webshot2,
covr,
palmerpenguins,
treemap,
gapminder,
forcats,
stringr,
rsvg,
fontawesome,
readr,
here,
rvest,
tidytext,
igraphdata,
ggplot2movies,
janitor,
spelling,
LazyData: true
Language: en-US