-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
27 lines (26 loc) · 938 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
# Generated by roxygen2: do not edit by hand
S3method(roclet_output,roclet_srr_stats)
S3method(roclet_process,roclet_srr_stats)
S3method(roxy_tag_parse,roxy_tag_srrstats)
S3method(roxy_tag_parse,roxy_tag_srrstatsNA)
S3method(roxy_tag_parse,roxy_tag_srrstatsTODO)
S3method(roxy_tag_parse,roxy_tag_srrstatsVerbose)
S3method(roxy_tag_rd,roxy_tag_srrstats)
S3method(roxy_tag_rd,roxy_tag_srrstatsNA)
S3method(roxy_tag_rd,roxy_tag_srrstatsTODO)
S3method(roxy_tag_rd,roxy_tag_srrstatsVerbose)
export(srr_report)
export(srr_stats_categories)
export(srr_stats_checklist)
export(srr_stats_checklist_check)
export(srr_stats_pkg_skeleton)
export(srr_stats_pre_submit)
export(srr_stats_roclet)
export(srr_stats_roxygen)
importFrom(Rcpp,evalCpp)
importFrom(roxygen2,roclet)
importFrom(roxygen2,roclet_output)
importFrom(roxygen2,roclet_process)
importFrom(roxygen2,roxy_tag_parse)
importFrom(roxygen2,roxy_tag_rd)
useDynLib(srr, .registration = TRUE)