apexcharter/DESCRIPTION

36 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2018-07-30 22:54:39 +02:00
Package: apexcharter
2024-02-21 11:50:04 +01:00
Version: 0.4.1.9300
2018-07-30 22:54:39 +02:00
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
2019-07-24 12:20:22 +02:00
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.
'Apexcharts' examples and documentation are available here: <https://apexcharts.com/>.
2018-07-30 22:54:39 +02:00
Authors@R: c(
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
2020-03-18 18:55:30 +01:00
person("Fanny", "Meyer", role = "aut"),
2019-11-27 23:17:23 +01:00
person("Juned", "Chhipa", role = "cph", comment = "apexcharts.js library"),
person("Mike", "Bostock", role = "cph", comment = "d3.format 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:
2020-12-08 16:22:24 +01:00
htmltools,
2021-11-23 16:56:30 +01:00
htmlwidgets (>= 1.5.3),
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,
2020-03-04 15:14:02 +01:00
jsonlite,
shiny (>= 1.1.0)
2019-02-18 20:29:51 +01:00
Suggests:
testthat,
knitr,
2020-02-14 17:47:19 +01:00
scales,
2021-01-07 09:52:06 +01:00
rmarkdown,
covr
2024-02-21 11:50:04 +01:00
RoxygenNote: 7.3.1
2020-03-04 11:55:23 +01:00
Roxygen: list(markdown = TRUE)
2020-09-09 15:47:09 +02:00
URL: https://github.com/dreamRs/apexcharter, https://dreamrs.github.io/apexcharter/
2018-07-30 22:54:39 +02:00
BugReports: https://github.com/dreamRs/apexcharter/issues
2019-02-18 20:29:51 +01:00
VignetteBuilder: knitr