-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
62 lines (61 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
S3method(print,sinew_tabular)
export(create_yml)
export(interOxyAddIn)
export(ls_param)
export(makeDictionary)
export(makeOxyFile)
export(makeOxygen)
export(make_dictionary)
export(make_force_packages)
export(make_import)
export(make_oxy_file)
export(make_oxygen)
export(moga)
export(pretty_addin)
export(pretty_namespace)
export(pretty_rmd)
export(pretty_sinew)
export(rmOxygen)
export(sinew_opts)
export(sinew_opts_current)
export(tabular)
export(untangle)
export(untangle_examples)
export(update_desc)
import(rstudioapi)
importFrom(cli,ansi_strip)
importFrom(cli,ansi_substr)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_code)
importFrom(cli,cli_warn)
importFrom(cli,col_red)
importFrom(cli,col_white)
importFrom(cli,symbol)
importFrom(rematch2,re_match)
importFrom(rstudioapi,document_range)
importFrom(rstudioapi,getActiveProject)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,insertText)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,modifyRange)
importFrom(rstudioapi,navigateToFile)
importFrom(rstudioapi,sendToConsole)
importFrom(sos,findFn)
importFrom(stringi,stri_sub)
importFrom(tools,file_ext)
importFrom(utils,askYesNo)
importFrom(utils,capture.output)
importFrom(utils,find)
importFrom(utils,getParseData)
importFrom(utils,help.search)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,rc.options)
importFrom(utils,select.list)
importFrom(utils,strcapture)
importFrom(yaml,yaml.load_file)