-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,options_env)
S3method(as_check_names_fn,"function")
S3method(as_check_names_fn,character)
S3method(conditionCall,options_error)
S3method(define_option,character)
S3method(define_option,option_spec)
S3method(envvar_is,"NULL")
S3method(envvar_is,character)
S3method(envvar_is,default)
S3method(envvar_is,logical)
S3method(envvar_is,numeric)
S3method(format,option_spec)
S3method(format,options_env)
S3method(get_options_env,default)
S3method(get_options_env,options_env)
S3method(get_options_env,options_list)
S3method(opts,"NULL")
S3method(opts,character)
S3method(opts,list)
S3method(print,option_spec)
S3method(print,options_env)
S3method(print,options_list)
export("opt<-")
export(as_params)
export(as_roxygen_docs)
export(define_option)
export(define_options)
export(envvar_choice_of)
export(envvar_eval)
export(envvar_eval_or_raw)
export(envvar_is)
export(envvar_is_false)
export(envvar_is_one_of)
export(envvar_is_set)
export(envvar_is_true)
export(envvar_name_default)
export(envvar_name_generic)
export(envvar_str_split)
export(get_options_env)
export(opt)
export(opt_set)
export(opt_source)
export(option_name_default)
export(option_spec)
export(opts)
export(opts_list)
export(set_envvar_name_fn)
export(set_option_name_fn)
importFrom(utils,capture.output)
importFrom(utils,packageName)