-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(plot,eirm)
S3method(print,eirm)
export("%>%")
export(eirm)
export(eirmShiny)
export(marginalplot)
export(polyreformat)
import(blme)
import(lme4)
import(optimx)
import(reshape2)
import(shiny)
importFrom(ggeffects,get_legend_title)
importFrom(ggeffects,get_x_title)
importFrom(ggeffects,ggpredict)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(magrittr,"%>%")
importFrom(readxl,read_xlsx)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(stats,as.formula)
importFrom(stats,binomial)