Package: iterators 1.0.14
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:
iterators_1.0.14.tar.gz
iterators_1.0.14.zip(r-4.5)iterators_1.0.14.zip(r-4.4)iterators_1.0.14.zip(r-4.3)
iterators_1.0.14.tgz(r-4.4-any)iterators_1.0.14.tgz(r-4.3-any)
iterators_1.0.14.tar.gz(r-4.5-noble)iterators_1.0.14.tar.gz(r-4.4-noble)
iterators_1.0.14.tgz(r-4.4-emscripten)iterators_1.0.14.tgz(r-4.3-emscripten)
iterators.pdf |iterators.html✨
iterators/json (API)
NEWS
# 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
Last updated 3 years agofrom:c8e06481cf. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:iapplyicounticountnidivirbinomiread.tableireadLinesirnbinomirnormirpoisirunifisampleisplititermakeIwrappernextElem
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The Iterators Package | iterators-package iterators |
Array/Apply Iterator | iapply |
Counting Iterators | icount icountn |
Dividing Iterator | idiv |
Iterator over Rows of a Data Frame Stored in a File | iread.table |
Iterator over Lines of Text from a Connection | ireadLines |
Random Number Iterators | irbinom irnbinom irnorm irpois irunif |
Split Iterator | isplit |
Iterator Factory Functions | iter iter.data.frame iter.default iter.function iter.iter iter.matrix |
Iterator Maker Generator | isample makeIwrapper |
Get Next Element of Iterator | nextElem nextElem.containeriter nextElem.funiter |