{
  "_id": "6a1f0baeb401979e7341c804",
  "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-05-17 09:45:52 UTC",
    "User": "root"
  },
  "Author": "Kota Mori [aut, cre]",
  "Maintainer": "Kota Mori <kmori05@gmail.com>",
  "MD5sum": "9247582dcd1e794e3d10936c23035080",
  "_user": "kota7",
  "_type": "src",
  "_file": "combiter_1.0.3.tar.gz",
  "_fileid": "855df3382ecd71bf82b41826fc2a5b91bef703223dafe7c66fc757e8677faf4f",
  "_filesize": 102414,
  "_sha256": "855df3382ecd71bf82b41826fc2a5b91bef703223dafe7c66fc757e8677faf4f",
  "_created": "2026-05-17T09:45:52.000Z",
  "_published": "2026-06-02T16:58:22.271Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79126347967,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7041355681"
    },
    {
      "job": 79126346793,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7041356699"
    },
    {
      "job": 79126347634,
      "time": 133,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041357929"
    },
    {
      "job": 79126347476,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041356534"
    },
    {
      "job": 79126347653,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7041356266"
    },
    {
      "job": 79126347730,
      "time": 155,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7041366027"
    },
    {
      "job": 79126347741,
      "time": 130,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041357500"
    },
    {
      "job": 79126347051,
      "time": 249,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041373906"
    },
    {
      "job": 79126346564,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041342135"
    },
    {
      "job": 79126346432,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364430607"
    },
    {
      "job": 79126347022,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7041355406"
    },
    {
      "job": 79126347546,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7041355188"
    },
    {
      "job": 79126347585,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041355399"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": [
    {
      "week": "2025-23",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "kota7",
      "count": 64,
      "uuid": 12293919
    }
  ],
  "_userbio": {
    "uuid": 12293919,
    "type": "user",
    "name": "Kota Mori"
  },
  "_downloads": {
    "count": 222,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/combiter"
  },
  "_devurl": "https://github.com/kota7/combiter",
  "_searchresults": 19,
  "_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",
    "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": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.57978359661681,
  "_indexed": true,
  "_nocasepkg": "combiter",
  "_universes": [
    "kota7"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:49.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "6dfa1f1ff89b214ae47dab4ef10274ead9cd27904f21268cb37f7d7f603804cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:55.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "896ef99626f623952fb0503fd7b534ac57411bff45e0d9da71e4c2ecc4b7d282",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-17T09:48:10.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "d08c278ac1555dbec10c60d72aab2eff43e02a9613558357a8feac40142adf5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:52.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "b05b8596ec21cadc389d774695b701479b35d4765315030741adf0398cba5973",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:57.000Z",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "a8f944b2c049200ecb8aed8fbc827d3260ad688f7e1f261ddd3cb8952fe64b08",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-17T09:49:07.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "6b0b9e60386d0a8f54aebb2888e1c3588afc363fc14e918e270c3083fe92bd1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:59.000Z",
      "arch": "aarch64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "83d8f2f8257cbc8143174a1c8d62dfde983d51ac75a9186423bcdc4daf7db820",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-17T09:49:46.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "31533efb09bcd59ce34e77f06b9ff6d26f8a36a08b0f62d90e288a388663a53b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:17.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "396950edb88ea7b36380183f51531542fc24ea46f5664d5dc4dd7c0ecd9ea6d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:11.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "5a2d0df2ed7eed976974a0ae1928c0a73ea39e5a7066bfba73bc45fedf86e1f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-17T09:47:05.000Z",
      "arch": "x86_64",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "81c30875734400de5beb5c87f60385dac94ef9f3838fe5d1ae67ab3fcdaf1cd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-02T16:57:56.000Z",
      "arch": "emscripten",
      "commit": "effe192758506b95fde6271304867db9b1f3e03b",
      "fileid": "f31ca7220d0133ee725bedbf320813a2e7f39517ac33da9d3d9834741b1a37b1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kota7/actions/runs/25987410500"
    }
  ]
}