-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
118 lines (93 loc) · 2.94 KB
/
NAMESPACE
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
exportPattern("^[[:alpha:]]+")
export("%nin%")
importFrom(magrittr,"%>%")
#importFrom("stats", "na.omit", "dt", "rbeta", "sd")
#import(stats)
importFrom(rlang, .data)
# Weird that it's asking this, but fair...
importFrom(stats, "coef", "cor", "dnorm", "dt", "model.matrix",
"na.omit", "pt", "qnorm", "qt", "rbeta", "rnorm", "rt",
"sd", "terms", "var")
# this is for `show_ranef()` to work without complaints
importFrom(lme4, "ranef")
# This is for `corvectors()` to work without complaints
importFrom(parallel, "makeCluster", "parLapply", "stopCluster",
"mclapply")
# This is for `get_sims()` to work without complaints.
importFrom(arm, "sim")
# This is for `fct_reorg()` to work without complaints
importFrom(forcats, "fct_recode", "fct_relevel")
import(ggplot2)
import(grid)
import(labelled)
import(tibble)
import(dplyr)
importFrom(purrr, map)
importFrom(purrr, reduce)
importFrom(methods, is)
export(theme_steve_web)
export(post_bg)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomBoxplot)
importFrom(ggplot2,GeomPoint)
importFrom(ggplot2,GeomSegment)
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,draw_key_path)
importFrom(ggplot2,draw_key_pointrange)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggproto_parent)
importFrom(ggplot2,layer)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,resolution)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,theme_grey)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,segmentsGrob)
importFrom(grid,unit)
# okie doke
#importFrom(DBI, dbConnect)
#importFrom(RSQLite, SQLite)
#importFrom(dbplyr, union)
# This is for print_refs()
importFrom(httr, "GET", "write_disk", "http_error", "status_code")
#importFrom(rmarkdown, "find_pandoc", "pandoc", "with_pandoc_safe_environment")
import(rmarkdown)
importFrom(stringr, "str_subset", "str_replace", "str_c")
importFrom(tools, "file_ext")
# This is for linloess_plot()
importFrom(tidyr, "gather")
importFrom(ggplot2, "facet_wrap")
importFrom(stats, "model.frame")
S3method(print, linloess)
# This is for filter_refs()
# importFrom(bib2df, "df2bib")
importFrom("utils", "capture.output")
# This is for binred_plot()
importFrom(stats, "nobs")
# This is for sbayesboot()
importFrom("stats", "complete.cases", "update", "rexp")
importFrom(tidyr, "unite")
# This is for wls() and rd_plot()
importFrom("stats", "lm", "na.exclude", "resid")