-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
39 lines (39 loc) · 996 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
37
38
39
Package: qqplotr
Type: Package
Version: 0.0.6
Title: Quantile-Quantile Plot Extensions for 'ggplot2'
Description: Extensions of 'ggplot2' Q-Q plot functionalities.
Authors@R: c(person("Alexandre", "Almeida", email = "almeida.xan@gmail.com", role = c("aut")),
person("Adam", "Loy", email = "loyad01@gmail.com", role = c("aut", "cre")),
person("Heike", "Hofmann", role = "aut"))
URL: https://github.com/aloy/qqplotr
BugReports: https://github.com/aloy/qqplotr/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Collate:
'data.R'
'geom_qq_band.R'
'qqplotr.R'
'runShinyExample.R'
'stat_pp_band.R'
'stat_pp_line.R'
'stat_pp_point.R'
'stat_qq_line.R'
'stat_qq_band.R'
'stat_qq_point.R'
VignetteBuilder: knitr
Depends: R (>= 3.1),
ggplot2 (>= 2.2)
Imports: dplyr,
robustbase,
MASS,
opdisDownsampling,
qqconf (>= 1.3.1)
Suggests: shiny,
devtools,
lattice,
shinyBS,
knitr,
rmarkdown