-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
56 lines (55 loc) · 1.2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
S3method(print,action)
S3method(print,hedgehog.internal.gen)
S3method(print,hedgehog.internal.symbolic)
S3method(print,report)
export(command)
export(discard)
export(expect_sequential)
export(forall)
export(gen.actions)
export(gen.and_then)
export(gen.beta)
export(gen.bind)
export(gen.c)
export(gen.choice)
export(gen.date)
export(gen.element)
export(gen.example)
export(gen.gamma)
export(gen.impure)
export(gen.int)
export(gen.list)
export(gen.map)
export(gen.no.shrink)
export(gen.pure)
export(gen.recursive)
export(gen.run)
export(gen.sample)
export(gen.sample.int)
export(gen.shrink)
export(gen.sized)
export(gen.structure)
export(gen.subsequence)
export(gen.unif)
export(gen.with)
export(generate)
export(shrink.halves)
export(shrink.list)
export(shrink.removes)
export(shrink.towards)
importFrom(rlang,caller_env)
importFrom(rlang,is_call)
importFrom(rlang,node_cadr)
importFrom(rlang,node_car)
importFrom(rlang,node_cdr)
importFrom(stats,qbeta)
importFrom(stats,qgamma)
importFrom(stats,qunif)
importFrom(stats,rbeta)
importFrom(stats,rgamma)
importFrom(stats,runif)
importFrom(testthat,fail)
importFrom(testthat,succeed)
importFrom(utils,capture.output)
importFrom(utils,combn)