-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method(check_linter,"function")
S3method(check_linter,character)
S3method(check_linter,default)
S3method(check_linter,list)
S3method(lint_full_stop,character)
S3method(lint_full_stop,default)
S3method(lint_full_stop,roxy_tag)
S3method(lint_no_full_stop,character)
S3method(lint_no_full_stop,default)
S3method(lint_no_full_stop,roxy_tag)
S3method(lint_sentence_case,character)
S3method(lint_sentence_case,default)
S3method(lint_sentence_case,roxy_tag)
S3method(lint_starts_lowercase,character)
S3method(lint_starts_lowercase,default)
S3method(lint_starts_lowercase,roxy_tag)
S3method(lint_title_case,character)
S3method(lint_title_case,default)
S3method(lint_title_case,roxy_tag)
S3method(roxygen2::roclet_output,roclet_roxylint)
S3method(roxygen2::roclet_process,roclet_roxylint)
export(check_linter)
export(demo_tag)
export(lint_full_stop)
export(lint_no_full_stop)
export(lint_sentence_case)
export(lint_starts_lowercase)
export(lint_title_case)
export(register_linters)
export(roxylint)
export(tidy)
export(tidy_param)
export(tidy_return)
export(tidy_seealso)
export(tidy_title)
importFrom(utils,capture.output)
importFrom(utils,packageName)