-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 908 Bytes
/
Copy pathNAMESPACE
File metadata and controls
57 lines (56 loc) · 908 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,Test)
S3method(as.data.frame,TestResult)
S3method(print,Test)
S3method(print,TestResult)
S3method(print,cli_fcn)
S3method(rbind,Test)
S3method(rbind,TestResult)
export(add_test_plan)
export(along_test_plans)
export(check)
export(check_plan)
export(evaluate_expr)
export(load_tests)
export(make_test)
export(register_test)
export(run_test)
export(run_tests)
export(skip_test)
export(subset_tests)
export(test_db)
export(test_plans)
importFrom(cli,
get_spinner,
rule,
symbol
)
importFrom(crayon,
blue,
cyan,
green,
red,
silver,
yellow
)
importFrom(future,
availableCores,
plan,
resetWorkers,
sequential
)
importFrom(grDevices,
dev.list,
dev.off
)
importFrom(prettyunits,
pretty_dt,
pretty_sec
)
importFrom(sessioninfo,session_info)
importFrom(utils,
capture.output,
file_test,
packageVersion,
str
)