-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 838 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 838 Bytes
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
Package: alluvial
Type: Package
Title: Alluvial Diagrams
Version: 0.2-0
Date: 2017-04-07
Authors@R: c(
person("Michał", "Bojanowski", role=c("aut", "cre"), email="michal2992@gmail.com", comment=c(ORCID="0000-0001-7503-852X")),
person("Robin", "Edwards", role="aut", email="robin.edwards@ucl.ac.uk")
)
Description: Creating alluvial diagrams (also known as parallel sets plots) for multivariate
and time series-like data.
URL: http://mbojan.github.io/alluvial/
BugReports: https://github.com/mbojan/alluvial/issues
Imports: dplyr, tidyr
Suggests:
devtools,
testthat,
reshape2,
knitr,
rmarkdown,
License: MIT + file LICENSE
LazyLoad: yes
LazyData: yes
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
Config/roxygen2/markdown: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
Depends:
R (>= 3.5)