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.5)combiter_1.0.3.zip(r-4.4)combiter_1.0.3.zip(r-4.3)
combiter_1.0.3.tgz(r-4.4-x86_64)combiter_1.0.3.tgz(r-4.4-arm64)combiter_1.0.3.tgz(r-4.3-x86_64)combiter_1.0.3.tgz(r-4.3-arm64)
combiter_1.0.3.tar.gz(r-4.5-noble)combiter_1.0.3.tar.gz(r-4.4-noble)
combiter_1.0.3.tgz(r-4.4-emscripten)combiter_1.0.3.tgz(r-4.3-emscripten)
combiter.pdf |combiter.html✨
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 7 years agofrom:67ef2bd591. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | OK | Nov 03 2024 |
R-4.5-linux-x86_64 | OK | Nov 03 2024 |
R-4.4-win-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-aarch64 | OK | Nov 03 2024 |
R-4.3-win-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-aarch64 | OK | Nov 03 2024 |
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 |