-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
147 lines (146 loc) · 4.04 KB
/
Copy pathNAMESPACE
File metadata and controls
147 lines (146 loc) · 4.04 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
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
139
140
141
142
143
144
145
146
147
# Generated by roxygen2: do not edit by hand
export(ll_add_device)
export(ll_add_device_type)
export(ll_add_experiment)
export(ll_add_group)
export(ll_calculate_duration)
export(ll_get_cameras)
export(ll_get_device_data_logs)
export(ll_get_device_ids)
export(ll_get_device_state_logs)
export(ll_get_device_types)
export(ll_get_devices)
export(ll_get_devices_cloud_info)
export(ll_get_exp_device_data_logs)
export(ll_get_experiment_device_links)
export(ll_get_experiments)
export(ll_plot_device_data_logs)
export(ll_read_device_data_logs_from_file)
export(ll_reset_exp_device_data_logs_cache)
export(ll_run_gui)
export(ll_send_devices_command)
export(ll_set_access_token)
export(ll_set_db_con)
export(ll_set_group_id)
export(ll_set_request_timeout)
export(ll_setup_gui)
export(ll_snyc_device_names_from_cloud)
export(ll_summarize_cloud_data_experiment_links)
export(ll_summarize_data_logs)
export(ll_turn_info_messages_off)
export(ll_turn_info_messages_on)
export(ll_update_experiment_info)
export(ll_write_device_data_logs_to_file)
export(ll_write_device_state_logs_to_file)
import(shiny)
import(shinydashboard)
importFrom(DBI,dbExecute)
importFrom(RPostgreSQL,PostgreSQL)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,data_frame)
importFrom(dplyr,desc)
importFrom(dplyr,do)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,as.duration)
importFrom(lubridate,as_datetime)
importFrom(lubridate,now)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hms)
importFrom(methods,is)
importFrom(pool,dbPool)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_int)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,is_quosure)
importFrom(rlang,parse_expr)
importFrom(rlang,quo)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,quo_squash)
importFrom(rlang,quo_text)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shinyAce,aceEditor)
importFrom(shinyBS,bsTooltip)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,disabled)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(shinyjs,toggleState)
importFrom(shinyjs,useShinyjs)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,setNames)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_interp)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_lower)
importFrom(tibble,deframe)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,packageVersion)