apexcharter/DESCRIPTION

24 lines
755 B
Plaintext
Raw Normal View History

2018-07-30 22:54:39 +02:00
Package: apexcharter
2019-02-15 23:33:40 +01:00
Version: 0.0.2.910
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,
ggplot2
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-15 23:06:11 +01:00
Suggests:
testthat