-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 952 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(bca)
export(bcr)
export(compute_loss)
export(compute_supply_chain_loss)
export(f_irr)
export(f_npv)
export(frbca)
export(label_format)
export(plot_bcr)
export(plot_bcr_sensitivity)
export(plot_cost_delta)
export(plot_eal)
export(plot_eal_by_loss)
export(postprocess_bcr)
export(postprocess_eal)
export(preprocess_cost)
export(preprocess_model)
export(pv_benefit)
export(pv_cost)
export(pv_dcost)
export(pv_loss)
export(sensitivity)
export(set_params)
import(ggplot2)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(forcats,fct_rev)
importFrom(ggthemes,scale_fill_colorblind)
importFrom(ggthemes,theme_few)
importFrom(scales,dollar)
importFrom(scales,label_dollar)
importFrom(scales,percent)
importFrom(stats,uniroot)
importFrom(stringr,str_to_title)
importFrom(tidyr,pivot_wider)