-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
123 lines (122 loc) · 3.35 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,tidyrisk_question_set)
export("%>%")
export(as.tidyrisk_question_set)
export(as.tidyrisk_response_set)
export(check_readability)
export(clean_answers)
export(combine_capability_parameters)
export(combine_lognorm)
export(combine_lognorm_trunc)
export(combine_norm)
export(combine_scenario_parameters)
export(fit_capabilities)
export(fit_capabilities_geomean)
export(fit_lognorm)
export(fit_lognorm_trunc)
export(fit_norm_trunc)
export(fit_pois)
export(fit_scenarios)
export(fit_scenarios_geomean)
export(fit_threat_communities)
export(generate_cost_function)
export(generate_weights)
export(get_smes_domains)
export(is_tidyrisk_question_set)
export(is_tidyrisk_response_set)
export(lognormal_to_normal)
export(make_bingo)
export(make_handouts)
export(make_scorecard)
export(make_slides)
export(new_tidyrisk_question_set)
export(new_tidyrisk_response_set)
export(normal_to_lognormal)
export(prepare_data)
export(read_questions)
export(read_responses)
export(tidyrisk_question_set)
export(tidyrisk_response_set)
export(validate_tidyrisk_question_set)
import(dplyr)
import(ggplot2)
import(xaringan)
importFrom(EnvStats,geoMean)
importFrom(EnvStats,qlnormTrunc)
importFrom(EnvStats,qnormTrunc)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_cols)
importFrom(dplyr,group_vars)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(evaluator,tidyrisk_scenario)
importFrom(flextable,add_header)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,body_add_flextable)
importFrom(flextable,merge_h)
importFrom(flextable,regulartable)
importFrom(flextable,set_header_labels)
importFrom(flextable,style)
importFrom(flextable,width)
importFrom(magrittr,"%>%")
importFrom(officer,body_add_break)
importFrom(officer,body_add_par)
importFrom(officer,body_add_toc)
importFrom(officer,body_remove)
importFrom(officer,fp_text)
importFrom(officer,read_docx)
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(purrr,quietly)
importFrom(purrr,walk)
importFrom(quanteda.textstats,textstat_readability)
importFrom(readr,col_character)
importFrom(readr,col_date)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,col_number)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,get_expr)
importFrom(rlang,set_names)
importFrom(rmarkdown,render)
importFrom(stats,optim)
importFrom(stats,qlnorm)
importFrom(stats,qpois)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_glue)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_wrap)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)