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 <randy.cs.lai@gmail.com>
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
NeedsCompilation: no
Packaged: 2020-01-08 23:22:25 UTC; randy
Repository: CRAN
Date/Publication: 2020-01-10 12:30:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:13:55 UTC; windows
