apexcharter/DESCRIPTION

29 lines
827 B
Plaintext

Package: apexcharter
Version: 0.0.3.900
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
Authors@R: c(
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut")),
person("Juned", "Chhipa", role = c("cph"), comment = "apexcharts.js library"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 2.10)
Imports:
htmlwidgets,
magrittr,
rlang,
ggplot2,
scales
Suggests:
testthat,
dplyr,
knitr,
rmarkdown
RoxygenNote: 6.1.1
URL: https://github.com/dreamRs/apexcharter
BugReports: https://github.com/dreamRs/apexcharter/issues
VignetteBuilder: knitr