-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.82 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
# Generated by roxygen2: do not edit by hand
export(FSLRethoConfiguration)
export(apply_pareto_rule)
export(bout_analysis)
export(fslretho_example_dir)
export(get_monitor_name)
export(load_metadata)
export(main)
export(make_toy_ethoscope_sqlite)
export(read_dam_metadata)
export(read_metadata)
export(score_monitor)
export(sd_inprogress_annotation)
export(write_sqlite)
export(zip_database)
import(RSQLite)
import(behavr)
import(data.table)
import(dplyr)
import(ggetho)
import(ggplot2)
import(shiny)
import(shinyWidgets)
import(zeitgebr)
importFrom(R6,R6Class)
importFrom(RSQLite,SQLITE_RO)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbExecute)
importFrom(RSQLite,dbGetQuery)
importFrom(behavr,bin_apply_all)
importFrom(behavr,meta)
importFrom(behavr,rejoin)
importFrom(behavr,toy_ethoscope_data)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(dplyr,select)
importFrom(esquisse,esquisseContainer)
importFrom(esquisse,esquisse_server)
importFrom(esquisse,esquisse_ui)
importFrom(esquisse,esquisserUI)
importFrom(ggetho,geom_ld_annotations)
importFrom(ggetho,scale_x_hours)
importFrom(htmltools,tagAppendAttributes)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,second)
importFrom(lubridate,year)
importFrom(magrittr,`%>%`)
importFrom(rjson,fromJSON)
importFrom(rjson,toJSON)
importFrom(rlang,abort)
importFrom(rlang,current_env)
importFrom(rlang,env)
importFrom(rlang,fn_fmls)
importFrom(scopr,annotate_all)
importFrom(scopr,link_ethoscope_metadata)
importFrom(scopr,load_ethoscope)
importFrom(shiny,NS)
importFrom(shiny,Progress)
importFrom(shiny,actionButton)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,p)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,selectizeInput)
importFrom(shiny,showNotification)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shiny,verbatimTextOutput)
importFrom(shinybusy,add_busy_bar)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinydashboardPlus,dashboardHeader)
importFrom(shinydashboardPlus,dashboardPage)
importFrom(shinydashboardPlus,dropdownBlock)
importFrom(sleepr,sleep_annotation)
importFrom(sleepr,sleep_dam_annotation)
importFrom(stringr,str_pad)
importFrom(tools,toTitleCase)
importFrom(utils,read.table)