-
Notifications
You must be signed in to change notification settings - Fork 37
/
NAMESPACE
35 lines (34 loc) · 923 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
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method(print,goodPractice)
export(all_checks)
export(checks)
export(export_json)
export(failed_checks)
export(failed_positions)
export(goodpractice)
export(gp)
export(make_check)
export(make_prep)
export(results)
importFrom(cli,col_red)
importFrom(cli,style_bold)
importFrom(cli,symbol)
importFrom(covr,package_coverage)
importFrom(covr,percent_coverage)
importFrom(covr,zero_coverage)
importFrom(cyclocomp,cyclocomp_package_dir)
importFrom(desc,desc_get)
importFrom(desc,desc_get_collate)
importFrom(desc,description)
importFrom(jsonlite,toJSON)
importFrom(lintr,get_source_expressions)
importFrom(lintr,lint_package)
importFrom(praise,praise)
importFrom(rcmdcheck,rcmdcheck)
importFrom(rstudioapi,callFun)
importFrom(rstudioapi,hasFun)
importFrom(tools,checkTnF)
importFrom(utils,head)
importFrom(whoami,fullname)
importFrom(whoami,username)
importFrom(withr,with_options)