-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 904 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
28
29
30
31
32
33
34
35
36
Package: radsets
Type: Package
Title: Create Radial Set Diagrams for Visualizing Overlapping Sets
Version: 0.0.0.9000
Authors@R: c(
person("Nathaniel", "Price", email = "[email protected]", role = c("aut", "cre"),
comment= c(ORCID = "0000-0002-6450-617X")),
person("Christopher", "Chizinski", email = "[email protected]", role = c("aut")),
person("Jessica", "Burnett", email = "[email protected]", role = c("aut"))
)
Description: Create interactive, network-based visualizations of overlapping sets.
URL: https://natbprice.github.io/radsets/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
tidyr,
magrittr,
forcats,
purrr,
scales,
glue,
knitr,
rlang
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests:
rmarkdown,
testthat,
shiny,
ggplot2,
covr
Depends:
R (>= 2.10),
circlize