-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (32 loc) · 1002 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
# Generated by roxygen2: do not edit by hand
export(get_function_exception_list)
export(get_function_index)
export(get_function_list)
export(get_function_methods)
export(get_num_functions)
export(get_package_exception_list)
export(get_user_function_list)
export(instrument_all_functions)
export(instrument_user_functions)
export(instrumentation_debug)
export(instrumentation_disable)
export(instrumentation_enable)
export(instrumentation_finalize)
export(instrumentation_init)
export(instrumentation_wrapper)
export(is_instrumentation_enabled)
export(print_function_from_index)
export(skip_function)
export(try_insert_instrumentation)
exportPattern("^[[:alpha:]]+")
importFrom(R.utils,isPackageLoaded)
importFrom(Rcpp,evalCpp)
importFrom(methods,is)
importFrom(parallelly,availableCores)
importFrom(rlang,env_binding_lock)
importFrom(rlang,env_binding_unlock)
importFrom(rlang,env_lock)
importFrom(rlang,env_unlock)
importFrom(utils,head)
importFrom(utils,str)
useDynLib(rTrace, .registration = TRUE)