|
a |
|
b/NAMESPACE |
|
|
1 |
# Generated by roxygen2: do not edit by hand |
|
|
2 |
|
|
|
3 |
S3method(plot,armtotals) |
|
|
4 |
S3method(treat_sums,"biomkrAccrual::accrual") |
|
|
5 |
S3method(treat_sums,array) |
|
|
6 |
export(accrual) |
|
|
7 |
export(accrual_plot_from_file) |
|
|
8 |
export(biomkrAccrual) |
|
|
9 |
export(biomkrAccrualSim) |
|
|
10 |
export(get_arm_closures) |
|
|
11 |
export(is.accrual) |
|
|
12 |
export(is.trial_structure) |
|
|
13 |
export(plot) |
|
|
14 |
export(print) |
|
|
15 |
export(rdirichlet_alt) |
|
|
16 |
export(site_sums) |
|
|
17 |
export(summary) |
|
|
18 |
export(treat_sums) |
|
|
19 |
if (getRversion() < "4.3.0") importFrom("S7", "@") |
|
|
20 |
import(S7) |
|
|
21 |
import(checkmate) |
|
|
22 |
import(ggplot2) |
|
|
23 |
importFrom(S7,class_any) |
|
|
24 |
importFrom(S7,method) |
|
|
25 |
importFrom(S7,new_generic) |
|
|
26 |
importFrom(checkmate,assert_access) |
|
|
27 |
importFrom(checkmate,assert_atomic_vector) |
|
|
28 |
importFrom(checkmate,assert_data_frame) |
|
|
29 |
importFrom(checkmate,assert_integerish) |
|
|
30 |
importFrom(checkmate,assert_names) |
|
|
31 |
importFrom(checkmate,assert_numeric) |
|
|
32 |
importFrom(checkmate,test_directory_exists) |
|
|
33 |
importFrom(ggplot2,ggsave) |
|
|
34 |
importFrom(grDevices,palette.colors) |
|
|
35 |
importFrom(grDevices,postscriptFonts) |
|
|
36 |
importFrom(jsonlite,read_json) |
|
|
37 |
importFrom(rlang,.data) |
|
|
38 |
importFrom(rlang,abort) |
|
|
39 |
importFrom(rlang,warn) |
|
|
40 |
importFrom(stats,reshape) |
|
|
41 |
importFrom(stats,rgamma) |
|
|
42 |
importFrom(stats,sd) |
|
|
43 |
importFrom(utils,read.csv) |
|
|
44 |
importFrom(utils,write.csv) |
|
|
45 |
importFrom(withr,with_options) |