-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
executable file
·33 lines (32 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(roclet_clean,roclet_testthat)
S3method(roclet_clean,roclet_tinytest)
S3method(roclet_output,roclet_examples)
S3method(roclet_output,roclet_param)
S3method(roclet_output,roclet_return)
S3method(roclet_output,roclet_testthat)
S3method(roclet_output,roclet_tinytest)
S3method(roclet_process,roclet_examples)
S3method(roclet_process,roclet_param)
S3method(roclet_process,roclet_return)
S3method(roclet_process,roclet_testthat)
S3method(roclet_process,roclet_tinytest)
S3method(roxy_tag_parse,roxy_tag_testexamples)
S3method(roxy_tag_parse,roxy_tag_tests)
S3method(roxy_tag_rd,roxy_tag_testexamples)
S3method(roxy_tag_rd,roxy_tag_tests)
export(examples_roclet)
export(param_roclet)
export(return_roclet)
export(testthat_roclet)
export(tinytest_roclet)
importFrom(methods,formalArgs)
importFrom(roxygen2,block_get_tag_value)
importFrom(roxygen2,block_get_tags)
importFrom(roxygen2,roclet)
importFrom(roxygen2,roclet_clean)
importFrom(roxygen2,roclet_output)
importFrom(roxygen2,roclet_process)
importFrom(roxygen2,roxy_tag_parse)
importFrom(roxygen2,roxy_tag_rd)
importFrom(roxygen2,roxy_tag_warning)