-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
127 lines (126 loc) · 2.58 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Generated by roxygen2: do not edit by hand
S3method(as.character,iteror)
S3method(as.double,iteror)
S3method(as.list,iteror)
S3method(as.logical,iteror)
S3method(as.numeric,iteror)
S3method(as.vector,iteror)
S3method(concat,default)
S3method(concat,iteror)
S3method(consume,iteror)
S3method(count,default)
S3method(count,iteror)
S3method(format,deque)
S3method(hasNext,ihasNextOr)
S3method(i_enumerate,array)
S3method(i_enumerate,default)
S3method(i_enumerate,iteror)
S3method(ihasNext,default)
S3method(ihasNext,ihasNextOr)
S3method(ihasNext,iteror)
S3method(isplit,data.frame)
S3method(isplit,default)
S3method(iterators::nextElem,iteror)
S3method(iteror,"function")
S3method(iteror,array)
S3method(iteror,connection)
S3method(iteror,data.frame)
S3method(iteror,default)
S3method(iteror,iter)
S3method(iteror,iteror)
S3method(iteror,matrix)
S3method(iteror,python.builtin.object)
S3method(nextOr,iter)
S3method(nextOr,iteror)
S3method(nth,default)
S3method(nth,iteror)
S3method(prod,iteror)
S3method(quantify,default)
S3method(quantify,iteror)
S3method(record,default)
S3method(record,iteror)
S3method(reduce,iteror)
S3method(reticulate::r_to_py,iteror)
S3method(sum,iteror)
S3method(summary,deque)
S3method(take,default)
S3method(take,iteror)
export(concat)
export(consume)
export(count)
export(dotproduct)
export(hasNext)
export(iRNGStream)
export(iRNGSubStream)
export(i_accum)
export(i_apply)
export(i_break)
export(i_chain)
export(i_chunk)
export(i_concat)
export(i_drop)
export(i_dropwhile)
export(i_enum)
export(i_enumerate)
export(i_keep)
export(i_keepwhile)
export(i_limit)
export(i_map)
export(i_mask)
export(i_pad)
export(i_recycle)
export(i_rep)
export(i_repeat)
export(i_rle)
export(i_rleinv)
export(i_roundrobin)
export(i_slice)
export(i_star)
export(i_starmap)
export(i_tee)
export(i_timeout)
export(i_unique)
export(i_window)
export(i_zip)
export(i_zip_longest)
export(icombinations)
export(icount)
export(icountn)
export(idedup)
export(idiv)
export(ienumerate)
export(igrid)
export(ihasNext)
export(ipermutations)
export(irbinom)
export(iread.table)
export(ireadBin)
export(ireadLines)
export(ireaddf)
export(ireplay)
export(irnbinom)
export(irnorm)
export(irpois)
export(irunif)
export(is.iteror)
export(isample)
export(iseq)
export(iseq_along)
export(isplit)
export(itabulate)
export(iteror)
export(makeIwrapper)
export(nextOr)
export(nth)
export(quantify)
export(record)
export(reduce)
export(take)
importFrom(parallel,nextRNGStream)
importFrom(parallel,nextRNGSubStream)
importFrom(rlang,hash)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)