-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
S3method("[",peacefully_mapped)
S3method("[",quietly_mapped)
S3method("[",safely_mapped)
S3method(c,peacefully_mapped)
S3method(c,quietly_mapped)
S3method(c,safely_mapped)
S3method(format,peacefully_mapped)
S3method(format,quietly_mapped)
S3method(format,safely_mapped)
S3method(pillar_shaft,peacefully_mapped)
S3method(pillar_shaft,quietly_mapped)
S3method(pillar_shaft,safely_mapped)
S3method(print,peacefully_mapped)
S3method(print,quietly_mapped)
S3method(print,safely_mapped)
S3method(summary,peacefully_mapped)
S3method(summary,quietly_mapped)
S3method(summary,safely_mapped)
S3method(type_sum,peacefully_mapped)
S3method(type_sum,quietly_mapped)
S3method(type_sum,safely_mapped)
export(as_peacefully_mapped)
export(as_quietly_mapped)
export(as_safely_mapped)
export(future_map2_peacefully)
export(future_map2_quietly)
export(future_map2_safely)
export(future_map_peacefully)
export(future_map_quietly)
export(future_map_safely)
export(future_pmap_peacefully)
export(future_pmap_quietly)
export(future_pmap_safely)
export(has_errors)
export(has_messages)
export(has_output)
export(has_results)
export(has_warnings)
export(map2_peacefully)
export(map2_quietly)
export(map2_safely)
export(map_peacefully)
export(map_quietly)
export(map_safely)
export(peacefully_mapped)
export(pmap_peacefully)
export(pmap_quietly)
export(pmap_safely)
export(quietly_mapped)
export(safely_mapped)
export(tally_errors)
export(tally_messages)
export(tally_output)
export(tally_results)
export(tally_warnings)
importFrom(crayon,green)
importFrom(crayon,make_style)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(methods,is)
importFrom(pillar,pillar_shaft)
importFrom(pillar,type_sum)
importFrom(purrr,as_mapper)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,quietly)
importFrom(purrr,safely)