-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
43 lines (42 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method("+",LtAtObject)
export(LtAtData)
export(LtAtDataInst)
export(cohortData)
export(construct)
export(expData)
export(instExpData)
export(runShiny)
export(setCohort)
export(setCovariate)
export(setExposure)
export(setInstantExposure)
export(timeDepCovData)
importFrom(R6,R6Class)
importFrom(assertthat,are_equal)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,foverlaps)
importFrom(data.table,is.data.table)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setorderv)
importFrom(data.table,shift)
importFrom(future.apply,future_lapply)
importFrom(lubridate,"%within%")
importFrom(lubridate,as_date)
importFrom(lubridate,int_end)
importFrom(lubridate,int_overlaps)
importFrom(lubridate,int_start)
importFrom(lubridate,intersect)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,now)
importFrom(lubridate,ymd)
importFrom(pryr,unenclose)