CRAN/E | iterpc

iterpc

Efficient Iterator for Permutations and Combinations

Installation

About

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'.

randy3k.github.io/iterpc

Key Metrics

Version 0.4.2
R ≥ 3.0.0
Published 2020-01-10 1705 days ago
Needs compilation? no
License GPL-2
CRAN checks iterpc results

Downloads

Yesterday 58 0%
Last 7 days 594 -17%
Last 30 days 2.747 +0%
Last 90 days 8.622 -46%
Last 365 days 54.608 +43%

Maintainer

Maintainer

Randy Lai

Authors

Randy Lai

aut / cre

Material

README
Reference manual
Package source

Vignettes

Examples of generating combinations
Examples of generating permutations

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

iterpc archive

Depends

R ≥ 3.0.0

Imports

iterators
gmp ≥ 0.5-12
arrangements ≥ 1.0.0

Suggests

foreach
testthat
knitr
rmarkdown

Reverse Imports

cellOrigins
ldamatch
MendelianRandomization
robustrao

Reverse Suggests

dartR