-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
138 lines (137 loc) · 3.8 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
export(copy_from_data_store)
export(generate_sample_classification)
export(run_app)
export(test_database_dir)
import(ggplot2)
import(graphics)
import(shiny)
import(stringr)
import(visNetwork)
importFrom(DBI,dbAppendTable)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(flextable,add_footer)
importFrom(flextable,add_header_row)
importFrom(flextable,autofit)
importFrom(flextable,bg)
importFrom(flextable,flextable)
importFrom(flextable,htmltools_value)
importFrom(flextable,merge_at)
importFrom(flextable,set_caption)
importFrom(flextable,set_header_labels)
importFrom(flextable,set_table_properties)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,status_code)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,format_ISO8601)
importFrom(lubridate,hours)
importFrom(lubridate,now)
importFrom(magick,geometry_area)
importFrom(magick,geometry_point)
importFrom(magick,image_annotate)
importFrom(magick,image_append)
importFrom(magick,image_blank)
importFrom(magick,image_composite)
importFrom(magick,image_crop)
importFrom(magick,image_graph)
importFrom(magick,image_info)
importFrom(magick,image_join)
importFrom(magick,image_montage)
importFrom(magick,image_read)
importFrom(magick,image_resize)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(scales,col_numeric)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,showNotification)
importFrom(shiny,tagList)
importFrom(shinyjs,delay)
importFrom(shinyjs,disable)
importFrom(shinyjs,extendShinyjs)
importFrom(shinyjs,hide)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,js)
importFrom(shinyjs,onclick)
importFrom(shinyjs,onevent)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,runjs)
importFrom(shinyjs,showElement)
importFrom(shinyjs,toggleElement)
importFrom(shinyjs,toggleState)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(stringi,stri_rand_strings)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyselect,ends_with)
importFrom(tippy,tippy)
importFrom(tippy,tippyThis)
importFrom(tippy,tippy_global_theme)
importFrom(tools,file_ext)
importFrom(tools,file_path_as_absolute)
importFrom(tools,file_path_sans_ext)
importFrom(utils,file_test)
importFrom(utils,read.delim)
importFrom(utils,zip)
useDynLib(anomanor, .registration = TRUE)