The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This package provides iterators for combinations, permutations, subsets, and cartesian product, with which one can go through the elements without creating a huge set of all possible values.
Since v1.0.2
, the iterator objects of the package
inherit the iter
class from iterators
package. As a result, the objects are also compatible with foreach
library.
Install from CRAN by:
install.packages("combiter")
Or install development version by:
::install_github("kota7/combiter") devtools
Use by
library(combiter)
Please visit the Documentation Page for the package introduction.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.