Package: peruse 0.3.1
peruse: A Tidy API for Sequence Iteration and Set Comprehension
A friendly API for sequence iteration and set comprehension.
Authors:
peruse_0.3.1.tar.gz
peruse_0.3.1.zip(r-4.7)peruse_0.3.1.zip(r-4.6)peruse_0.3.1.zip(r-4.5)
peruse_0.3.1.tgz(r-4.6-any)peruse_0.3.1.tgz(r-4.5-any)
peruse_0.3.1.tar.gz(r-4.7-any)peruse_0.3.1.tar.gz(r-4.6-any)
peruse_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
peruse/json (API)
NEWS
| # Install 'peruse' in R: |
| install.packages('peruse', repos = c('https://jacgoldsm.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jacgoldsm/peruse/issues
Pkgdown/docs site:https://jacgoldsm.github.io
Last updated from:8f3f2bedbd. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 126 | ||
| macos-release-arm64 | OK | 142 | ||
| macos-oldrel-arm64 | OK | 142 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 102 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 153 |
Exports:clonecurrentis_IteratorIteratormove_moremove_nextmove_whilerangethat_for_allthat_for_anywe_haveyield_moreyield_nextyield_while
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| clone | clone |
| Get the current value of an Iterator without changing its state | current |
| Test if an object is an Iterator | is_Iterator |
| Making an Irregular Sequence Iterator | Iterator |
| Increment an Iterator Without Returning the Value(s) | move move_more move_next move_while |
| Python-style range function | range |
| R Set Comprehension | sets that_for_all that_for_any we_have |
| Increment an Iterator and Return the Next Value(s) | yield yield_more yield_next |
| yield_while | yield_while |
