-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·76 lines (58 loc) · 1.78 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
useDynLib(bayescount, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
import(
stats,
utils,
parallel,
runjags,
Rcpp
)
export(
shiny_launch,
methodcomp,
count_analysis,
count.analysis, # backwards compatibility v0.99
fec.analysis, # backwards compatibility v0.99
FEC.analysis, # backwards compatibility v0.99
bayescount.single, # deprecated v1.0
count_model,
count.model, # backwards compatibility v0.99
fec.model, # backwards compatibility v0.99
FEC.model, # backwards compatibility v0.99
run.model, # deprecated v1.0
count_power,
count.power, # backwards compatibility v0.99
fec.power, # backwards compatibility v0.99
FEC.power, # backwards compatibility v0.99
count_precision,
count.precision, # backwards compatibility v0.99
fec.precision, # backwards compatibility v0.99
FEC.precision, # backwards compatibility v0.99
fec.power.limits, # deprecated v1.0
FEC.power.limits, # deprecated v1.0
reduction_analysis,
reduction.analysis,
fecrt.analysis, # backwards compatibility v0.99
FECRT.analysis, # backwards compatibility v0.99
fecrt, # deprecated v1.0
FECRT, # deprecated v1.0
reduction_model,
reduction.model,
fecrt.model, # backwards compatibility v0.99
FECRT.model, # backwards compatibility v0.99
reduction_power,
reduction.power,
fecrt.power, # backwards compatibility v0.99
FECRT.power, # backwards compatibility v0.99
reduction_precision,
reduction.precision,
fecrt.precision, # backwards compatibility v0.99
FECRT.precision, # backwards compatibility v0.99
fecrt.power.limits, # deprecated v1.0
FECRT.power.limits, # deprecated v1.0
normal_params,
normal.params, # backwards compatibility v0.99
lnormal_params,
lnormal.params # backwards compatibility v0.99
)
S3method(print, fecrt_results)