Package: echarty
Title: Minimal R/Shiny Interface to JavaScript Library 'ECharts'
Date: 2021-10-22
Version: 1.4.0
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), magrittr,
        jsonlite
Suggests: crosstalk, rmarkdown, knitr, shiny, testthat (>= 3.0.0)
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-10-24 06:45:12 UTC; gugu
Repository: CRAN
Date/Publication: 2021-10-24 07:00:02 UTC
