-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.19 KB
/
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
28
29
30
31
32
33
34
35
36
Package: parcats
Title: Interactive Parallel Categories Diagrams for 'easyalluvial'
Version: 0.0.5
Authors@R: person( "Bjoern", "Koneswarakantha", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-4585-7799") )
URL: https://erblast.github.io/parcats/
BugReports: https://github.com/erblast/parcats/issues/
Description: Complex graphical representations of data are best explored using interactive elements.
'parcats' adds interactive graphing capabilities to the 'easyalluvial' package.
The 'plotly.js' parallel categories diagrams offer a good framework for
creating interactive flow graphs that allow manual drag and drop sorting of dimensions
and categories, highlighting single flows and displaying mouse over information. The
'plotly.js' dependency is quite heavy and therefore is outsourced into a separate package.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.0.0)
Suggests:
testthat,
covr,
randomForest,
knitr,
rmarkdown,
spelling,
plotly,
shiny
RoxygenNote: 7.2.3
Imports:
easyalluvial (>= 0.2.1.0),
tidyr (>= 1.0.0),
dplyr,
purrr,
forcats,
magrittr,
tibble,
htmlwidgets,
stringr
Language: en-US