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)
LazyData: TRUE
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
NeedsCompilation: yes
Packaged: 2017-12-04 10:48:57 UTC; kota
Author: Kota Mori [aut, cre]
Maintainer: Kota Mori <kmori05@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-04 12:36:31 UTC
Built: R 3.3.3; x86_64-w64-mingw32; 2018-04-22 15:00:51 UTC; windows
Archs: i386, x64
