-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 940 Bytes
/
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
Package: echarty
Title: Minimal R/Shiny Interface to JavaScript Library 'ECharts'
Date: 2025-01-15
Version: 1.6.6
Authors@R: c(
person(given= "Larry", family= "Helgason", role= c("aut", "cre"), email= "[email protected]", comment="initial code from John Coene's library echarts4r")
)
Description: Deliver the full functionality of 'ECharts' with minimal overhead. 'echarty' users build R lists for 'ECharts' API. Lean set of powerful commands.
Depends: R (>= 4.1.0)
Imports:
htmlwidgets,
dplyr (>= 0.7.0),
data.tree (>= 1.0.0),
Suggests:
htmltools (>= 0.5.0),
shiny (>= 1.7.0),
jsonlite,
crosstalk,
testthat (>= 3.0.0),
sf,
leaflet (>= 2.2.0),
knitr,
rmarkdown
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
License: Apache License (>= 2.0)
URL: https://helgasoft.github.io/echarty/
BugReports: https://github.com/helgasoft/echarty/issues/
Encoding: UTF-8
Language: en-US
VignetteBuilder: rmarkdown, knitr