Package: rAmCharts4
Title: Interface to the JavaScript Library 'amCharts 4'
Version: 1.3.1
Authors@R: c(
    person(given = "Stéphane",
           family = "Laurent",
           role = c("aut", "cre"),
           email = "laurent_step@outlook.fr"),
    person(given = "Antanas",
           family = "Marcelionis",
           role = c("ctb", "cph"),
           email = "contact@amcharts.com",
           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 = "me@tomalexander.co.nz",
           comment = "'regression-js' library (https://github.com/Tom-Alexander/regression-js)")
    )
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
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, and pie chart.
URL: https://github.com/stla/rAmCharts4
BugReports: https://github.com/stla/rAmCharts4/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: htmltools, htmlwidgets (>= 1.5.3), reactR, shiny, jsonlite,
        lubridate, minpack.lm, tools, base64enc, xml2, stringr, stats,
        grDevices
Suggests: reshape2
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-03-06 10:09:09 UTC; stla
Author: Stéphane Laurent [aut, cre],
  Antanas Marcelionis [ctb, cph] ('amCharts' library
    (https://www.amcharts.com/)),
  Terence Eden [ctb, cph] ('SuperTinyIcons' library
    (https://github.com/edent/SuperTinyIcons/)),
  Tom Alexander [ctb, cph] ('regression-js' library
    (https://github.com/Tom-Alexander/regression-js))
Repository: CRAN
Date/Publication: 2021-03-06 10:30:03 UTC
