-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 955 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
# Generated by roxygen2: do not edit by hand
S3method(print,catchr_compiled_plans)
S3method(summary,catchr_compiled_plans)
export(args_and_kwargs)
export(beep_with)
export(catch_expr)
export(catchr_default_opts)
export(catchr_opts)
export(dispense_collected)
export(display_with)
export(exit_with)
export(extract_display_string)
export(first_muffle_restart)
export(get_default_plan)
export(give_newline)
export(has_handler_args)
export(is_catchr_plan)
export(make_catch_fn)
export(make_plans)
export(restore_catchr_defaults)
export(set_default_plan)
export(user_display)
export(user_exit)
import(rlang)
importFrom(purrr,"%>%")
importFrom(purrr,as_mapper)
importFrom(purrr,detect_index)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,lift_dl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,walk)