Package: combiter 1.0.3
combiter: Combinatorics Iterators
Provides iterators for combinations, permutations, subsets, and Cartesian product, which allow one to go through all elements without creating a huge set of all possible values.
Authors:
combiter_1.0.3.tar.gz
combiter_1.0.3.zip(r-4.7)combiter_1.0.3.zip(r-4.6)combiter_1.0.3.zip(r-4.5)
combiter_1.0.3.tgz(r-4.6-x86_64)combiter_1.0.3.tgz(r-4.6-arm64)combiter_1.0.3.tgz(r-4.5-x86_64)combiter_1.0.3.tgz(r-4.5-arm64)
combiter_1.0.3.tar.gz(r-4.7-arm64)combiter_1.0.3.tar.gz(r-4.7-x86_64)combiter_1.0.3.tar.gz(r-4.6-arm64)combiter_1.0.3.tar.gz(r-4.6-x86_64)
combiter_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
combiter/json (API)
NEWS
| # Install 'combiter' in R: |
| install.packages('combiter', repos = c('https://kota7.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kota7/combiter/issues
Last updated from:effe192758. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 114 | ||
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 178 | ||
| linux-release-arm64 | OK | 133 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 130 | ||
| macos-release-x86_64 | OK | 249 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| macos-oldrel-x86_64 | OK | 155 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 112 | ||
| windows-oldrel | OK | 109 | ||
| wasm-release | OK | 98 |
Exports:getFirstgetLasthasNexthasPrevicartesicartesvicombicombvipermipermvisubsetisubsetvnextElemprevElemrecursiveiter
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| First Value of Iterator | getFirst |
| Last Value of Iterator | getLast |
| Does This Iterator Have A Previous Element | hasPrev |
| Cartesian Product Iterator | icartes icartesv |
| Combination Iterator | icomb icombv |
| Permutation Iterator | iperm ipermv |
| Subset Iterator | isubset isubsetv |
| Get Previous Element of Iterator | prevElem |
| Factory of Iterators defined by Recursive Transition Functions | recursiveiter |
