-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(computeMdrr)
export(computeMetrics)
export(computeOhdsiBenchmarkMetrics)
export(createReferenceSetCohorts)
export(injectSignals)
export(launchMethodEvaluationApp)
export(packageCustomBenchmarkResults)
export(packageOhdsiBenchmarkResults)
export(plotControls)
export(plotCoverageInjectedSignals)
export(plotRocsInjectedSignals)
export(synthesizePositiveControls)
export(synthesizeReferenceSetPositiveControls)
import(Cyclops)
import(DatabaseConnector)
import(FeatureExtraction)
import(dplyr)
importFrom(SqlRender,loadRenderTranslateSql)
importFrom(SqlRender,translateSql)
importFrom(grDevices,rgb)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,write.csv)