-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
82 lines (81 loc) · 2.36 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
# Generated by roxygen2: do not edit by hand
export(get_all_score)
export(get_bw_score)
export(get_compile_data)
export(get_doses)
export(get_lb_score)
export(get_mi_score)
export(get_treatment_group)
export(send_cross_study_app)
import(data.table)
import(ggplot2)
import(shiny)
importFrom(Hmisc,sasxport.get)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(cowplot,get_legend)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_at)
importFrom(dplyr,vars)
importFrom(fmsb,radarchart)
importFrom(ggpattern,geom_tile_pattern)
importFrom(ggpattern,scale_pattern_density_manual)
importFrom(ggpattern,scale_pattern_fill_brewer)
importFrom(ggplot2,ggplot)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(gridExtra,grid.arrange)
importFrom(httr,GET)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(reshape2,dcast)
importFrom(sendigR,genericQuery)
importFrom(sendigR,getStudiesSDESIGN)
importFrom(sendigR,initEnvironment)
importFrom(shinyFiles,shinyDirButton)
importFrom(shinyFiles,shinyDirChoose)
importFrom(shinyTree,get_selected)
importFrom(shinyTree,renderTree)
importFrom(shinyTree,shinyTree)
importFrom(shinyWidgets,actionBttn)
importFrom(shinyWidgets,pickerInput)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_which)
importFrom(stringr,word)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)