-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1021 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: ggdistribute
Title: A 'ggplot2' Extension for Plotting Unimodal Distributions
Version: 1.0.3
Date: 2018-11-15
Authors@R: c(
person("Joseph M.", "Burling",
email = "[email protected]",
role = c("aut", "cre")))
Description:
The 'ggdistribute' package is an extension for plotting posterior or other
types of unimodal distributions that require overlaying information about a
distribution's intervals. It makes use of the 'ggproto' system to extend
'ggplot2', providing additional "geoms", "stats", and "positions."
The extensions integrate with existing 'ggplot2' layer elements.
URL: https://github.com/iamamutt/ggdistribute
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
data.table,
ggplot2 (>= 3.0.0),
tibble,
magrittr,
grDevices,
dplyr
Suggests:
knitr,
testthat,
rmarkdown,
viridisLite,
extrafont
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown=TRUE)