Type: Package
Package: arrangements
Title: Fast Generators and Iterators for Permutations, Combinations,
        Integer Partitions and Compositions
Version: 1.1.10
Date: 2026-03-21
Authors@R: 
    person(given = "Randy",
           family = "Lai",
           role = c("aut", "cre"),
           email = "randy.cs.lai@gmail.com")
Description: Fast generators and iterators for permutations, combinations,
    integer partitions and compositions. The arrangements are in
    lexicographical order and generated iteratively in a memory efficient manner. 
    It has been demonstrated that 'arrangements' outperforms most existing
    packages of similar kind. Benchmarks could be found at
    <https://randy3k.github.io/arrangements/articles/benchmark.html>.
License: MIT + file LICENSE
URL: https://github.com/randy3k/arrangements/
Depends: R (>= 3.4.0)
Imports: gmp, methods, R6
Suggests: foreach, testthat (>= 2.3.1)
ByteCompile: yes
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 6.1.1
SystemRequirements: gmp (>= 4.2.3)
Packaged: 2026-03-21 22:38:27 UTC; randy
Author: Randy Lai [aut, cre]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-22 06:10:31 UTC
Built: R 4.6.0; aarch64-apple-darwin23; 2026-04-25 16:34:00 UTC; unix
Archs: arrangements.so.dSYM
