Package: echarty
Title: Minimal R/Shiny Interface to JavaScript Library 'ECharts'
Date: 2021-10-26
Version: 1.4.1
Authors@R: c( 
  person("Larry", "Helgason", email = "larry@helgasoft.com", role = c("aut", "cre", "cph")),
  person("John", "Coene", email = "jcoenep@gmail.com", role = c("aut", "cph"))
  )
Author: Larry Helgason [aut, cre, cph],
  John Coene [aut, cph]
Maintainer: Larry Helgason <larry@helgasoft.com>
Description: The goal is to deliver the full functionality of 'ECharts' with minimal overhead. 'ECharts' is based on data structures and 'echarty' users build R lists for these same data structures. One to three 'echarty' commands are usually sufficient to produce any chart. 
Depends: R (>= 3.0.0)
License: Apache License (>= 2.0)
Imports: htmlwidgets, htmltools (>= 0.5.0), dplyr (>= 0.7.0), shiny (>=
        1.7.0), jsonlite
Suggests: magrittr, crosstalk, rmarkdown, knitr, testthat (>= 3.0.0),
        covr
RoxygenNote: 7.1.2
URL: https://github.com/helgasoft/echarty
BugReports: https://github.com/helgasoft/echarty/issues/
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Packaged: 2021-11-03 19:27:46 UTC; gugu
Repository: CRAN
Date/Publication: 2021-11-03 19:40:02 UTC
