-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.38 KB
/
DESCRIPTION
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
Package: iterors
Type: Package
Title: Fast, Compact Iterators and Tools
Version: 1.0
Maintainer: Peter Meilstrup <[email protected]>
Authors@R: c(person("Peter", "Meilstrup",
role=c("cre", "aut", "cph"), email="[email protected]"),
person("Folashade", "Daniel", role="aut"),
person("Revolution Analytics", role=c("aut", "cph")),
person("Steve", "Weston", role=c("aut", "cph")),
person("John A.", "Ramey", role=c("aut", "cph")),
person("Kayla", "Schaefer", role="aut"),
person("Hadley", "Wickham", role="aut"))
Description: A fresh take on iterators in R. Designed to be cross-compatible with the 'iterators' package, but using the 'nextOr' method will offer better performance as well as more compact code. With batteries included: includes a collection of iterator constructors and combinators ported and refined from the 'iterators', 'itertools', and 'itertools2' packages.
Depends:
R (>= 3.6)
Imports:
rlang
Encoding: UTF-8
Suggests:
reticulate,
combinat,
testthat (>= 3.0.0),
foreach,
iterators (>= 1.0.7),
rmarkdown,
knitr
URL: https://github.com/crowding/iterors,
https://crowding.github.io/iterors/
License: GPL (>= 3)
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: false