apexcharter/DESCRIPTION

30 lines
834 B
Plaintext
Raw Normal View History

2018-07-30 22:54:39 +02:00
Package: apexcharter
2019-07-20 12:43:05 +02:00
Version: 0.1.0
2018-07-30 22:54:39 +02:00
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")),
2019-01-19 10:24:42 +01:00
person("Juned", "Chhipa", role = c("cph"), comment = "apexcharts.js library"))
2018-07-30 22:54:39 +02:00
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
2018-11-06 09:04:16 +01:00
Depends: R (>= 2.10)
2018-07-30 22:54:39 +02:00
Imports:
htmlwidgets,
2018-09-03 23:52:53 +02:00
magrittr,
2019-02-14 15:50:58 +01:00
rlang,
2019-02-18 20:29:51 +01:00
ggplot2,
scales
Suggests:
testthat,
dplyr,
knitr,
2019-07-19 14:11:41 +02:00
rmarkdown,
shiny
2018-11-22 11:37:30 +01:00
RoxygenNote: 6.1.1
2018-07-30 22:54:39 +02:00
URL: https://github.com/dreamRs/apexcharter
BugReports: https://github.com/dreamRs/apexcharter/issues
2019-02-18 20:29:51 +01:00
VignetteBuilder: knitr