-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.06 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: dynplot2
Type: Package
Title: Grammar of graphics for single-cell data
Version: 1.0.0
Authors@R: c(
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut")),
person("Wouter", "Saelens", email = "[email protected]", role = c("aut", "cre")))
Description: Package that create ggplot2 plots of single-cell datasets.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
SystemRequirements: libudunits2-dev (deb) or udunits2-devel (rpm)
Depends:
R (>= 3.0.0)
Imports:
assertthat,
cowplot,
dplyr,
dynutils (>= 1.0.2),
dynfeature (>= 1.0.0),
dyndimred (>= 1.0.0),
dynwrap (>= 1.0.0),
GA,
ggbeeswarm,
ggplot2 (>= 3.0),
ggraph,
ggrepel,
igraph,
MASS,
magrittr,
methods,
purrr,
rje,
shades,
RColorBrewer,
reshape2,
testthat,
tibble,
tidyr,
tidygraph,
vipor,
viridis
Suggests:
knitr,
rmarkdown
Remotes:
dynverse/dynutils@master,
dynverse/dyndimred@master,
dynverse/dynwrap@master,
dynverse/dynfeature@master
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)