forked from MicheleNuijten/statcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.15 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.15 KB
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
# Generated by roxygen2: do not edit by hand
S3method(identify,statcheck)
S3method(plot,statcheck)
S3method(summary,statcheck)
export(checkHTML)
export(checkHTMLdir)
export(checkPDF)
export(checkPDFdir)
export(checkdir)
export(statcheck)
export(statcheckReport)
export(trim)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(rlang,.data)
importFrom(stringi,stri_enc_toutf32)
importFrom(stringi,stri_enc_fromutf32)
importFrom(stringi,stri_split_lines)
importFrom(stringi,stri_split_regex)
importFrom(pdftools,pdf_text)
importFrom(stringr,str_c)
importFrom(utils,read.csv2)