-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
46 lines (46 loc) · 1.79 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
Package: rAmCharts4
Title: Interface to the JavaScript Library 'amCharts 4'
Version: 1.6.1
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Antanas",
family = "Marcelionis",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'amCharts' library (https://www.amcharts.com/)"),
person(given = "Terence",
family = "Eden",
role = c("ctb", "cph"),
comment = "'SuperTinyIcons' library (https://github.com/edent/SuperTinyIcons/)"),
person(given = "Tom",
family = "Alexander",
role = c("ctb", "cph"),
email = "[email protected]",
comment = "'regression-js' library (https://github.com/Tom-Alexander/regression-js)")
)
Maintainer: Stéphane Laurent <[email protected]>
Description: Creates JavaScript charts. The charts can be included in 'Shiny' apps and R markdown documents, or viewed from the R console and 'RStudio' viewer. Based on the JavaScript library 'amCharts 4' and the R packages 'htmlwidgets' and 'reactR'. Currently available types of chart are: vertical and horizontal bar chart, radial bar chart, stacked bar chart, vertical and horizontal Dumbbell chart, line chart, scatter chart, range area chart, gauge chart, boxplot chart, pie chart, and 100% stacked bar chart.
URL: https://github.com/stla/rAmCharts4
BugReports: https://github.com/stla/rAmCharts4/issues
License: GPL-3
Encoding: UTF-8
Imports:
htmltools,
htmlwidgets (>= 1.5.3),
reactR,
shiny,
jsonlite,
lubridate,
minpack.lm,
tools,
base64enc,
xml2,
stringr,
stats,
grDevices
Suggests:
reshape2
RoxygenNote: 7.2.1