Package: iterpc Type: Package Title: Efficient Iterator for Permutations and Combinations Version: 0.4.2 Date: 2020-01-08 Author: Randy Lai [aut, cre] Maintainer: Randy Lai Authors@R: c( person("Randy", "Lai", , "randy.cs.lai@gmail.com", role = c("aut", "cre")) ) Description: Iterator for generating permutations and combinations. They can be either drawn with or without replacement, or with distinct/ non-distinct items (multiset). The generated sequences are in lexicographical order (dictionary order). The algorithms to generate permutations and combinations are memory efficient. These iterative algorithms enable users to process all sequences without putting all results in the memory at the same time. The algorithms are written in C/C++ for faster performance. Note: 'iterpc' is no longer being maintained. Users are recommended to switch to 'arrangements'. URL: https://randy3k.github.io/iterpc License: GPL-2 Depends: R (>= 3.0.0) Imports: iterators, gmp (>= 0.5-12), arrangements (>= 1.0.0) Suggests: foreach, testthat, knitr, rmarkdown ByteCompile: yes RoxygenNote: 6.1.1 VignetteBuilder: knitr Config/pak/sysreqs: libgmp3-dev Repository: https://randy3k.r-universe.dev Date/Publication: 2020-01-08 23:04:52 UTC RemoteUrl: https://github.com/randy3k/iterpc RemoteRef: HEAD RemoteSha: a97e58b0511558801f9cbd39304cfb64f176febc NeedsCompilation: no Packaged: 2026-06-20 10:03:52 UTC; root