46 lines (44 with data), 1.2 kB
# Generated by roxygen2: do not edit by hand
S3method(plot,armtotals)
S3method(treat_sums,"biomkrAccrual::accrual")
S3method(treat_sums,array)
export(accrual)
export(accrual_plot_from_file)
export(biomkrAccrual)
export(biomkrAccrualSim)
export(get_arm_closures)
export(is.accrual)
export(is.trial_structure)
export(plot)
export(print)
export(rdirichlet_alt)
export(site_sums)
export(summary)
export(treat_sums)
if (getRversion() < "4.3.0") importFrom("S7", "@")
import(S7)
import(checkmate)
import(ggplot2)
importFrom(S7,class_any)
importFrom(S7,method)
importFrom(S7,new_generic)
importFrom(checkmate,assert_access)
importFrom(checkmate,assert_atomic_vector)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_names)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,test_directory_exists)
importFrom(ggplot2,ggsave)
importFrom(grDevices,palette.colors)
importFrom(grDevices,postscriptFonts)
importFrom(jsonlite,read_json)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(stats,reshape)
importFrom(stats,rgamma)
importFrom(stats,sd)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(withr,with_options)