{
  "_id": "6a495edd77d6db3f2f9657fb",
  "Package": "combiter",
  "Type": "Package",
  "Title": "Combinatorics Iterators",
  "Version": "1.0.3",
  "Authors@R": "c(\nperson(\"Kota\", \"Mori\", email = \"kmori05@gmail.com\", role = c(\"aut\", \"cre\"))\n)",
  "Description": "Provides iterators for combinations, permutations,\nsubsets, and Cartesian product, which allow one to go through\nall elements without creating a huge set of all possible\nvalues.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "6.0.1",
  "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": {
    "Date": "2026-06-24 09:45:44 UTC",
    "User": "root"
  },
  "Author": "Kota Mori [aut, cre]",
  "Maintainer": "Kota Mori <kmori05@gmail.com>",
  "_user": "kota7",
  "_type": "src",
  "_file": "combiter_1.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/9fe1ca727f633621f3a3767eb78c8b032c83f3f5966d6edcff8a06397ccaa79e",
  "_filesize": 103896,
  "_sha256": "9fe1ca727f633621f3a3767eb78c8b032c83f3f5966d6edcff8a06397ccaa79e",
  "_expires": "2026-10-12T19:28:28.000Z",
  "_created": "2026-06-24T09:45:44.000Z",
  "_published": "2026-07-04T19:28:29.797Z",
  "_jobs": [
    {
      "job": 85160527181,
      "time": 159,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7845956795"
    },
    {
      "job": 85160527253,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7845948657"
    },
    {
      "job": 85160527229,
      "time": 135,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845948519"
    },
    {
      "job": 85160527283,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845959761"
    },
    {
      "job": 85160527375,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7845926208"
    },
    {
      "job": 85160527300,
      "time": 278,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7846002727"
    },
    {
      "job": 85160527322,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845934525"
    },
    {
      "job": 85160527332,
      "time": 153,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845953845"
    },
    {
      "job": 85160527027,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845893020"
    },
    {
      "job": 85160527331,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845946612"
    },
    {
      "job": 85160527265,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7845945931"
    },
    {
      "job": 85160527210,
      "time": 131,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7845944782"
    },
    {
      "job": 85160527347,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7845936070"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939",
  "_status": "success",
  "_upstream": "https://github.com/kota7/combiter",
  "_commit": {
    "id": "effe192758506b95fde6271304867db9b1f3e03b",
    "author": "Kota Mori <kota7@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.Rmd",
    "time": 1749215194
  },
  "_maintainer": {
    "name": "Kota Mori",
    "email": "kmori05@gmail.com",
    "login": "kota7",
    "description": "",
    "uuid": 12293919
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "iterators",
      "role": "Imports"
    },
    {
      "package": "itertools",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "combinat",
      "role": "Suggests"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "kota7",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "kota7",
      "count": 64,
      "uuid": 12293919
    }
  ],
  "_userbio": {
    "uuid": 12293919,
    "type": "user",
    "name": "Kota Mori",
    "followers": 16
  },
  "_downloads": {
    "count": 254,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/combiter"
  },
  "_devurl": "https://github.com/kota7/combiter",
  "_searchresults": 28,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/combiter.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kota7/combiter",
  "_realowner": "kota7",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-09-26"
    },
    {
      "version": "1.0.2",
      "date": "2017-05-26"
    },
    {
      "version": "1.0.3",
      "date": "2017-12-04"
    }
  ],
  "_exports": [
    "getFirst",
    "getLast",
    "hasNext",
    "hasPrev",
    "icartes",
    "icartesv",
    "icomb",
    "icombv",
    "iperm",
    "ipermv",
    "isubset",
    "isubsetv",
    "nextElem",
    "prevElem",
    "recursiveiter"
  ],
  "_help": [
    {
      "page": "getFirst",
      "title": "First Value of Iterator",
      "topics": [
        "getFirst"
      ]
    },
    {
      "page": "getLast",
      "title": "Last Value of Iterator",
      "topics": [
        "getLast"
      ]
    },
    {
      "page": "hasPrev",
      "title": "Does This Iterator Have A Previous Element",
      "topics": [
        "hasPrev"
      ]
    },
    {
      "page": "icartes",
      "title": "Cartesian Product Iterator",
      "topics": [
        "icartes",
        "icartesv"
      ]
    },
    {
      "page": "icomb",
      "title": "Combination Iterator",
      "topics": [
        "icomb",
        "icombv"
      ]
    },
    {
      "page": "iperm",
      "title": "Permutation Iterator",
      "topics": [
        "iperm",
        "ipermv"
      ]
    },
    {
      "page": "isubset",
      "title": "Subset Iterator",
      "topics": [
        "isubset",
        "isubsetv"
      ]
    },
    {
      "page": "prevElem",
      "title": "Get Previous Element of Iterator",
      "topics": [
        "prevElem"
      ]
    },
    {
      "page": "recursiveiter",
      "title": "Factory of Iterators defined by Recursive Transition Functions",
      "topics": [
        "recursiveiter"
      ]
    }
  ],
  "_readme": "https://github.com/kota7/combiter/raw/HEAD/README.md",
  "_rundeps": [
    "iterators",
    "itertools",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.7481880270062007,
  "_indexed": true,
  "_nocasepkg": "combiter",
  "_universes": [
    "kota7"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:35.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/1a2e0655beae2f0a223735555f2664023be9197ec1d9053a34b880f39863d477",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:09.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/1a3c47c14c951ae89598e772e225da66b65b8254d3532dd54f66fc25d42ca930",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/ba94f9a7f3c7bdb4827d2d3f0d7403a8340f0ba0af55fcfdd080b60aeb427ffe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/cb5c747bfe87c92796f056d8d50137227767e9ddb719f5691726577b1a474ae4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-24T09:47:14.000Z",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/558957a025aa5bf8821d554a698202c06ac0fbea38b4b3a5050dd7b284fd4f09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-24T09:49:54.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/8295e33a4352b0dc5b0121a18f2fa28714f12a1fbf851f185341000bb1601941",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-24T09:47:33.000Z",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/29f0b97386befeba45a66ea3729b890caf9be271287bfd4447754860802d7c2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:07.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/6b4639c6cc56c33e9f79bbcaff4aa311fad4cd7a422c25087536c8b42a32601b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-24T09:48:15.000Z",
      "arch": "emscripten",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/34d76bbcb87143a9d73801f7d627abc62529fe83db84dd06233067df7408704f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-24T09:47:02.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/0144765d91fb5ada45d2545c0fb705e36bd7329ffeb6829ee6f37cd84d2e6046",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-24T09:47:12.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/05eef3c5c2e1cb152398d8cf53b9ddfae94775526fc47de0b81d8c191fd70988",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-24T09:47:11.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "https://r2.ropensci.org/1394aade7d67b9b131e3fc2aa8719a2e008213af9026f55d62864f0e6807a1f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/28089669939"
    }
  ]
}