Package: echarty
Title: Minimal R/Shiny Interface to Library 'ECharts JavaScript'
Date: 2021-03-30
Version: 0.1.3
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)
LazyData: false
Imports: htmlwidgets, htmltools (>= 0.5.0), dplyr (>= 0.7.0), magrittr,
        shiny, purrr, jsonlite, crosstalk (>= 1.1.1)
Suggests: rmarkdown, knitr
RoxygenNote: 7.1.1.9000
URL: https://github.com/helgasoft/echarty
BugReports: https://github.com/helgasoft/echarty/issues/
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Packaged: 2021-03-31 07:34:45 UTC; gugu
Repository: CRAN
Date/Publication: 2021-03-31 07:50:03 UTC
