-
Notifications
You must be signed in to change notification settings - Fork 119
/
Copy pathDESCRIPTION
79 lines (79 loc) · 2.39 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: GGally
Version: 2.2.1.9000
License: GPL (>= 2.0)
Title: Extension to 'ggplot2'
Type: Package
LazyLoad: yes
LazyData: true
URL: https://ggobi.github.io/ggally/, https://github.com/ggobi/ggally
BugReports: https://github.com/ggobi/ggally/issues
Authors@R: c(
person("Barret", "Schloerke", role = c("aut", "cre"), email = "[email protected]"),
person("Di", "Cook", role = c("aut", "ths"), email = "[email protected]"),
person("Joseph", "Larmarange", role = "aut", email = "[email protected]"),
person("Francois", "Briatte", role = "aut", email = "[email protected]"),
person("Moritz", "Marbach", role = "aut", email = "[email protected]"),
person("Edwin", "Thoen", role = "aut", email = "[email protected]"),
person("Amos", "Elberg", role = "aut", email = "[email protected]"),
person("Ott", "Toomet", role = "ctb", email = "[email protected]"),
person("Jason", "Crowley", role = "aut", email = "[email protected]"),
person("Heike", "Hofmann", role = "ths", email = "[email protected]"),
person("Hadley", "Wickham", role = "ths", email = "[email protected]")
)
Description:
The R package 'ggplot2' is a plotting system based on the grammar of graphics.
'GGally' extends 'ggplot2' by adding several functions
to reduce the complexity of combining geometric objects with transformed data.
Some of these functions include a pairwise plot matrix, a two group pairwise plot
matrix, a parallel coordinates plot, a survival plot, and several functions to
plot networks.
Depends:
R (>= 3.1),
ggplot2 (>= 3.4.4)
Imports:
dplyr (>= 1.0.0),
tidyr (>= 1.3.0),
grDevices,
grid,
ggstats,
gtable (>= 0.2.0),
lifecycle,
plyr (>= 1.8.3),
progress,
RColorBrewer,
rlang,
scales (>= 1.1.0),
utils,
magrittr
Suggests:
broom (>= 0.7.0),
broom.helpers (>= 1.3.0),
chemometrics,
geosphere (>= 1.5-1),
ggforce,
Hmisc,
igraph (>= 1.0.1),
intergraph (>= 2.0-2),
labelled,
maps (>= 3.1.0),
mapproj,
nnet,
network (>= 1.17.1),
scagnostics,
sna (>= 2.3-2),
survival,
rmarkdown,
roxygen2,
testthat,
crosstalk,
knitr,
spelling,
emmeans,
vdiffr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: openssl
Encoding: UTF-8
Language: en-US
RdMacros: lifecycle
Config/testthat/edition: 3