-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
24 lines (23 loc) · 569 Bytes
/
NAMESPACE
File metadata and controls
24 lines (23 loc) · 569 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
# Generated by roxygen2: do not edit by hand
export(CopyStrategy)
export(FileTestStrategy)
export(FullTestStrategy)
export(MutationReporter)
export(PackageCopyStrategy)
export(ProgressMutationReporter)
export(TestStrategy)
export(default_copy_strategy)
export(default_reporter)
export(default_test_strategy)
export(muttest)
export(operator)
export(plan)
import(testthat)
importFrom(R6,R6Class)
importFrom(cli,col_green)
importFrom(cli,col_grey)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,symbol)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)