Package: combiter
Type: Package
Title: Combinatorics Iterators
Version: 0.1.0
Authors@R: c(
  person("Kota", "Mori", email = "kmori05@gmail.com", role = c("aut", "cre"))
  )
Maintainer: Kota Mori <kmori05@gmail.com>
Description: 
    Provides iterators for combinations, permutations, and subsets,
    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: 5.0.1
Suggests: combinat, fastmatch, testthat
URL: https://github.com/kota7/combiter
BugReports: https://github.com/kota7/combiter/issues
NeedsCompilation: yes
Packaged: 2016-09-25 23:07:25 UTC; kota
Author: Kota Mori [aut, cre]
Repository: CRAN
Date/Publication: 2016-09-26 08:03:41
Built: R 3.2.5; x86_64-w64-mingw32; 2017-04-20 06:51:58 UTC; windows
Archs: i386, x64
