-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 939 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: rlc
Type: Package
Title: Create Interactive Linked Charts with Minimal Code
Version: 0.5.0
Date: 2023-12-15
Authors@R: c(
person("Svetlana", "Ovchinnikova", role = c("aut", "cre"), email = "[email protected]"),
person("Simon", "Anders", role = c("aut"), email = "[email protected]")
)
Description: An easy-to-use tool to employ interactivity in every-day exploratory analysis. It contains
a collection of most commonly used types of charts (such as scatter plots, line plots, heatmaps, bar charts),
which can be linked to each other or to other interactive elements with just few lines of code.
License: GPL-3
Imports: jsonlite, stringr, hwriter, jrc(>= 0.6.0), plyr, stats, R6
Suggests:
spelling,
magrittr,
dplyr,
tidyr,
RColorBrewer,
ggplot2,
testthat (>= 2.1.0),
httpuv
NeedsCompilation: no
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Language: en-GB