forked from rpruim/statisticalModeling
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
72 lines (72 loc) · 1.38 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
Package: ggformula
Title: Formula Interface to the Grammar of Graphics
Description: Provides a formula interface to 'ggplot2' graphics.
Type: Package
Version: 0.12.1
Authors@R: c(
person("Daniel", "Kaplan", email = "kaplan@macalester.edu", role = c("aut")),
person("Randall", "Pruim", email = "rpruim@calvin.edu", role = c("aut","cre"))
)
License: MIT + file LICENSE
LazyData: TRUE
LazyLoad: TRUE
Depends:
R (>= 4.1),
ggplot2 (>= 3.3),
scales,
ggridges
Imports:
mosaicCore (>= 0.7.0),
rlang,
tibble,
stringr,
grid,
labelled
Suggests:
tidyr,
mosaicData,
dplyr,
lattice,
mosaic,
palmerpenguins,
testthat,
vdiffr,
knitr,
rmarkdown,
lubridate,
survival,
broom,
maps,
sf,
purrr,
ggthemes,
covr,
ggplot2movies,
interp,
quantreg
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
URL: https://github.com/ProjectMOSAIC/ggformula
BugReports: https://github.com/ProjectMOSAIC/ggformula/issues
Collate:
'MIpop-doc.R'
'formula2aes.R'
'gf_aux.R'
'gf_dist.R'
'layer_factory.R'
'gf_function2d.R'
'gf_functions.R'
'gf_plot.R'
'ggridges.R'
'ggstrings.R'
'newplots.R'
'reexports.R'
'scales.R'
'utils.R'
'relabel.R'
'vdiffr.R'
'ggstance-deprecated.R'
'ggformula-package.R'
'zzz.R'