Package: combiter Type: Package Title: Combinatorics Iterators Version: 1.0.3 Authors@R: c( person("Kota", "Mori", email = "kmori05@gmail.com", role = c("aut", "cre")) ) Description: Provides iterators for combinations, permutations, subsets, and Cartesian product, which allow one to go through all elements without creating a huge set of all possible values. License: MIT + file LICENSE Depends: R (>= 3.1) LinkingTo: Rcpp Imports: iterators, itertools, Rcpp RoxygenNote: 6.0.1 Suggests: combinat, foreach, testthat URL: https://github.com/kota7/combiter BugReports: https://github.com/kota7/combiter/issues Repository: https://kota7.r-universe.dev Date/Publication: 2025-06-06 13:06:34 UTC RemoteUrl: https://github.com/kota7/combiter RemoteRef: HEAD RemoteSha: effe192758506b95fde6271304867db9b1f3e03b NeedsCompilation: yes Packaged: 2026-06-24 09:45:44 UTC; root Author: Kota Mori [aut, cre] Maintainer: Kota Mori