-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
177 lines (176 loc) · 5.44 KB
/
NAMESPACE
File metadata and controls
177 lines (176 loc) · 5.44 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(author.ready4class_constructor)
export(author.ready4class_manifest)
export(author.ready4class_pt_lup)
export(authorClasses.ready4class_constructor)
export(deprecated)
export(exhibit.ready4class_pt_lup)
export(get_class_fl_nms)
export(get_class_ns)
export(get_nms_of_clss_to_inc)
export(get_nms_of_curr_gnrcs)
export(get_parent_cls_ns)
export(get_parent_cls_pt_fn)
export(get_parent_cls_pts)
export(get_parent_cls_slot_nms)
export(is_ready4class_constructor)
export(is_ready4class_manifest)
export(is_ready4class_pt_lup)
export(make_alg_to_gen_ref_to_cls)
export(make_alg_to_get_pt_val)
export(make_alg_to_set_gnrc)
export(make_alg_to_set_mthd)
export(make_alg_to_set_old_clss)
export(make_alg_to_set_validity_of_r4_cls)
export(make_alg_to_write_gtr_str_mthds)
export(make_class_pt_tb_for_r3_and_r4_clss)
export(make_class_pts_tb)
export(make_dmt_inc_tag)
export(make_fn_pt_to_check_r3_cls_inhtc)
export(make_fn_pt_to_make_r3_cls_pt)
export(make_fn_pt_to_make_unvld_r3_cls_inst)
export(make_fn_pt_to_make_vld_r3_cls_inst)
export(make_fn_pt_to_make_vldd_r3_cls_inst)
export(make_gnrc_fn)
export(make_gnrc_mthd_pair_ls)
export(make_helper_fn)
export(make_incld_fn_fls)
export(make_lines_for_writing_dmtd_fn)
export(make_ls_of_pkgs_to_imp)
export(make_ls_of_tfd_nms_of_curr_gnrcs)
export(make_new_ready4class_constructor)
export(make_new_ready4class_manifest)
export(make_new_ready4class_pt_lup)
export(make_one_row_class_pt_tb)
export(make_one_row_pt_tb_for_new_r3_cls)
export(make_one_row_pt_tb_for_new_r4_cls)
export(make_pt_ls)
export(make_pt_ls_for_new_r3_cls)
export(make_pt_ready4class_constructor)
export(make_pt_ready4class_manifest)
export(make_pt_ready4class_pt_lup)
export(make_pt_tb_for_new_r3_cls)
export(make_pt_tb_for_new_r4_cls)
export(make_s4_mthds_ls)
export(make_show_mthd_fn)
export(manufacture.ready4class_constructor)
export(ready4class_constructor)
export(ready4class_manifest)
export(ready4class_pt_lup)
export(remove_class_from_cache)
export(renew.ready4class_constructor)
export(renew.ready4class_pt_lup)
export(replace_NA_in_fn)
export(transform_alg_to_ref_cls_nm)
export(transform_class_ns)
export(transform_fn_into_chr)
export(transform_parent_ns_ls)
export(transform_pt_ls_for_new_clss)
export(validate_ready4class_constructor)
export(validate_ready4class_manifest)
export(validate_ready4class_pt_lup)
export(write_gtr_str_mthds_for_r4)
export(write_gtr_str_mthds_for_slots)
export(write_mthds_for_r3_or_r4_clss)
export(write_r4_mthds)
export(write_script_to_make_gnrc)
export(write_script_to_make_mthd)
export(write_scripts_to_make_gnrc_and_mthd)
export(write_scripts_to_mk_clss)
export(write_scripts_to_mk_r3_cls)
export(write_scripts_to_mk_r4_cls)
export(write_self_srvc_clss)
export(write_slot_gtr_str_mthds)
export(write_std_mthd)
export(write_to_delete_fls_with_ptrn)
export(write_to_delete_gnrc_fn_fls)
export(write_to_mk_r4_cls)
import(methods)
importFrom(Hmisc,capitalize)
importFrom(devtools,document)
importFrom(devtools,load_all)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise_all)
importFrom(dplyr,vars)
importFrom(fs,path_file)
importFrom(gtools,getDependencies)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(methods,getGenerics)
importFrom(methods,isClass)
importFrom(methods,isVirtualClass)
importFrom(methods,removeClass)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,flatten_chr)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dfr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,pmap_chr)
importFrom(purrr,pwalk)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(ready4,author)
importFrom(ready4,authorClasses)
importFrom(ready4,exhibit)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4,get_r4_obj_slots)
importFrom(ready4,make_prompt)
importFrom(ready4,manufacture)
importFrom(ready4,renew)
importFrom(ready4,transform_cls_type_ls)
importFrom(ready4,update_pt_fn_args_ls)
importFrom(ready4fun,add_new_cls_pts)
importFrom(ready4fun,close_open_sinks)
importFrom(ready4fun,force_instl_of_reqd_pkg)
importFrom(ready4fun,get_dev_pkg_nm)
importFrom(ready4fun,get_rds_from_pkg_dmt)
importFrom(ready4fun,make_arg_desc)
importFrom(ready4fun,make_gnrc_imports)
importFrom(ready4fun,make_lines_for_fn_dmt)
importFrom(ready4fun,make_pt_ready4fun_executor)
importFrom(ready4fun,read_fns)
importFrom(ready4fun,ready4fun_executor)
importFrom(ready4fun,ready4fun_manifest)
importFrom(ready4fun,unload_packages)
importFrom(ready4fun,update_ns)
importFrom(ready4fun,write_pt_lup_db)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_last)
importFrom(stringi,stri_replace_last_regex)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(testit,assert)
importFrom(tibble,add_case)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(usethis,use_data)
importFrom(utils,installed.packages)