-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
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(.get_sleep,activity_df)
S3method(.get_sleep,default)
export(agShinyDeployApp)
export(agcalibrate)
export(agread)
export(calculate_counts)
export(get_counts)
import(ggplot2)
import(magrittr)
import(shiny)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbReadTable)
importFrom(GGIR,g.calibrate)
importFrom(GGIR,g.inspectfile)
importFrom(RSQLite,SQLite)
importFrom(Rcpp,sourceCpp)
importFrom(bslib,bs_theme)
importFrom(data.table,fwrite)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,colors)
importFrom(gsignal,filter)
importFrom(gsignal,filter_zi)
importFrom(lubridate,force_tz)
importFrom(reactable,colDef)
importFrom(reactable,colGroup)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,reactableTheme)
importFrom(reactable,renderReactable)
importFrom(read.gt3x,read.gt3x)
importFrom(reticulate,`%as%`)
importFrom(reticulate,import)
importFrom(reticulate,py_module_available)
importFrom(stats,sd)
importFrom(stringr,regex)
importFrom(zoo,na.locf)
useDynLib(agcounts, .registration = TRUE)