Package: iterators 1.0.14

Folashade Daniel

iterators: Provides Iterator Construct

Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.

Authors:Folashade Daniel [cre], Revolution Analytics [aut, cph], Steve Weston [aut]

iterators_1.0.14.tar.gz
iterators_1.0.14.zip(r-4.7)iterators_1.0.14.zip(r-4.6)iterators_1.0.14.zip(r-4.5)
iterators_1.0.14.tgz(r-4.6-any)iterators_1.0.14.tgz(r-4.5-any)
iterators_1.0.14.tar.gz(r-4.7-any)iterators_1.0.14.tar.gz(r-4.6-any)
iterators_1.0.14.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
iterators/json (API)

# Install 'iterators' in R:
install.packages('iterators', repos = c('https://revolutionanalytics.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/revolutionanalytics/iterators/issues

On CRAN:

Conda:

14.16 score 5 stars 3.1k packages 3.5k scripts 297k downloads 16 exports 0 dependencies

Last updated from:c8e06481cf. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK105
source / vignettesOK168
linux-release-x86_64OK85
macos-release-arm64OK123
macos-oldrel-arm64OK129
windows-develOK80
windows-releaseOK62
windows-oldrelOK68
wasm-releaseOK90

Exports:iapplyicounticountnidivirbinomiread.tableireadLinesirnbinomirnormirpoisirunifisampleisplititermakeIwrappernextElem

Dependencies:

iterators Manual
Introduction | Some Special Iterators

Last update: 2020-02-18
Started: 2020-02-18

Writing Custom Iterators
Introduction | What methods are needed for an iterator? | A simple iterator | A stateful iterator | Using an iterator inside an iterator | Adding a hasNext method to an iterator | A recycling iterator | Limiting infinite iterators | Conclusion

Last update: 2020-02-18
Started: 2020-02-18

Readme and manuals

Help Manual

Help pageTopics
The Iterators Packageiterators-package iterators
Array/Apply Iteratoriapply
Counting Iteratorsicount icountn
Dividing Iteratoridiv
Iterator over Rows of a Data Frame Stored in a Fileiread.table
Iterator over Lines of Text from a ConnectionireadLines
Random Number Iteratorsirbinom irnbinom irnorm irpois irunif
Split Iteratorisplit
Iterator Factory Functionsiter iter.data.frame iter.default iter.function iter.iter iter.matrix
Iterator Maker Generatorisample makeIwrapper
Get Next Element of IteratornextElem nextElem.containeriter nextElem.funiter