{
  "_id": "6a1d38e11d7bb097a0a3e159",
  "Package": "itertools",
  "Type": "Package",
  "Title": "Iterator Tools",
  "Version": "0.1-3",
  "Author": "Steve Weston, Hadley Wickham",
  "Maintainer": "Steve Weston <stephen.b.weston@gmail.com>",
  "Description": "Various tools for creating iterators, many patterned after\nfunctions in the Python itertools module, and others patterned\nafter functions in the 'snow' package.",
  "License": "GPL-2",
  "Repository/R-Forge/Project": "itertools",
  "Repository/R-Forge/Revision": "60",
  "Repository/R-Forge/DateTimeStamp": "2014-02-27 22:33:49",
  "Packaged": {
    "Date": "2026-06-01 07:42:06 UTC",
    "User": "root"
  },
  "NeedsCompilation": "no",
  "Repository": "https://steveweston.r-universe.dev",
  "Date/Publication": "2014-02-27 00:00:00 UTC",
  "RemoteUrl": "https://github.com/cran/itertools",
  "RemoteRef": "HEAD",
  "RemoteSha": "be26ced9899546e9666baf0558385ce59d45fe94",
  "MD5sum": "610147790a705e28bcf43dab31e9a820",
  "_user": "steveweston",
  "_type": "src",
  "_file": "itertools_0.1-3.tar.gz",
  "_fileid": "f2a7fc1215fcb6486fd9da37e914cfb645c938f0be1986718c19e0133f20424b",
  "_filesize": 158786,
  "_sha256": "f2a7fc1215fcb6486fd9da37e914cfb645c938f0be1986718c19e0133f20424b",
  "_created": "2026-06-01T07:42:06.000Z",
  "_published": "2026-06-01T07:46:41.199Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78807510333,
      "time": 105,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325929794"
    },
    {
      "job": 78807510428,
      "time": 94,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325927126"
    },
    {
      "job": 78807510355,
      "time": 172,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325964218"
    },
    {
      "job": 78807510288,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325930655"
    },
    {
      "job": 78807141114,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325898487"
    },
    {
      "job": 78807510304,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325926705"
    },
    {
      "job": 78807510313,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325922808"
    },
    {
      "job": 78807510294,
      "time": 57,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325916218"
    },
    {
      "job": 78807510314,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325930365"
    }
  ],
  "_buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/itertools",
  "_commit": {
    "id": "be26ced9899546e9666baf0558385ce59d45fe94",
    "author": "Steve Weston <stephen.b.weston@gmail.com>",
    "committer": "Gabor Csardi <csardi.gabor@gmail.com>",
    "message": "version 0.1-3\n",
    "time": 1393459200
  },
  "_maintainer": {
    "name": "Steve Weston",
    "email": "stephen.b.weston@gmail.com",
    "login": "steveweston",
    "description": "",
    "uuid": 128276
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.14.0",
      "role": "Depends"
    },
    {
      "package": "iterators",
      "version": ">= 1.0.0",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 74,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "steveweston",
      "count": 2,
      "uuid": 128276
    }
  ],
  "_userbio": {
    "uuid": 128276,
    "type": "user",
    "name": "Stephen B. Weston"
  },
  "_downloads": {
    "count": 18282,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/itertools"
  },
  "_mentions": 16,
  "_searchresults": 8320,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/itertools.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "steveweston",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-1",
      "date": "2010-01-14"
    },
    {
      "version": "0.1-3",
      "date": "2014-03-11"
    }
  ],
  "_exports": [
    "chain",
    "end_iteration",
    "enumerate",
    "hasNext",
    "iarray",
    "ibreak",
    "ichunk",
    "ifilter",
    "ifilterfalse",
    "ihasNext",
    "ilimit",
    "ireadBin",
    "ireaddf",
    "irecord",
    "irep",
    "irepeat",
    "ireplay",
    "iRNGStream",
    "iRNGSubStream",
    "is.iterator",
    "isplitCols",
    "isplitIndices",
    "isplitRows",
    "isplitVector",
    "iteration_has_ended",
    "izip",
    "new_iterator",
    "product",
    "recycle",
    "timeout",
    "writedf.combiner"
  ],
  "_help": [
    {
      "page": "itertools-package",
      "title": "The itertools Package",
      "topics": [
        "itertools-package",
        "itertools"
      ]
    },
    {
      "page": "chain",
      "title": "Create a chaining iterator",
      "topics": [
        "chain"
      ]
    },
    {
      "page": "enumerate",
      "title": "Create an enumeration object",
      "topics": [
        "enumerate"
      ]
    },
    {
      "page": "hasNext",
      "title": "Does This Iterator Have A Next Element",
      "topics": [
        "hasNext",
        "hasNext.ihasNext"
      ]
    },
    {
      "page": "iarray",
      "title": "Create an iterator over an array",
      "topics": [
        "iarray"
      ]
    },
    {
      "page": "ibreak",
      "title": "Create an iterator that can be told to stop",
      "topics": [
        "ibreak"
      ]
    },
    {
      "page": "ichunk",
      "title": "Create a chunking iterator",
      "topics": [
        "ichunk"
      ]
    },
    {
      "page": "ifilter",
      "title": "Create a filtering iterator",
      "topics": [
        "ifilter",
        "ifilterfalse"
      ]
    },
    {
      "page": "ihasNext",
      "title": "Create an iterator that supports the hasNext method",
      "topics": [
        "ihasNext"
      ]
    },
    {
      "page": "ilimit",
      "title": "Create a limited iterator",
      "topics": [
        "ilimit"
      ]
    },
    {
      "page": "ireadBin",
      "title": "Create an iterator to read binary data from a connection",
      "topics": [
        "ireadBin"
      ]
    },
    {
      "page": "ireaddf",
      "title": "Create an iterator to read data frames from files",
      "topics": [
        "ireaddf"
      ]
    },
    {
      "page": "irecord",
      "title": "Record and replay iterators",
      "topics": [
        "irecord",
        "ireplay"
      ]
    },
    {
      "page": "irep",
      "title": "Create a repeating iterator",
      "topics": [
        "irep"
      ]
    },
    {
      "page": "irepeat",
      "title": "Create a repeating iterator",
      "topics": [
        "irepeat"
      ]
    },
    {
      "page": "iRNGStream",
      "title": "Iterators that support parallel RNG",
      "topics": [
        "iRNGStream",
        "iRNGSubStream"
      ]
    },
    {
      "page": "util",
      "title": "Utilities for writing iterators",
      "topics": [
        "end_iteration",
        "is.iterator",
        "iteration_has_ended",
        "new_iterator"
      ]
    },
    {
      "page": "isplitCols",
      "title": "Create an iterator that splits a matrix into block columns",
      "topics": [
        "isplitCols"
      ]
    },
    {
      "page": "isplitIndices",
      "title": "Create an iterator of indices",
      "topics": [
        "isplitIndices"
      ]
    },
    {
      "page": "isplitRows",
      "title": "Create an iterator that splits a matrix into block rows",
      "topics": [
        "isplitRows"
      ]
    },
    {
      "page": "isplitVector",
      "title": "Create an iterator that splits a vector",
      "topics": [
        "isplitVector"
      ]
    },
    {
      "page": "izip",
      "title": "Create an iterator over multiple iterables",
      "topics": [
        "izip"
      ]
    },
    {
      "page": "product",
      "title": "Create a cartesian product iterator",
      "topics": [
        "product"
      ]
    },
    {
      "page": "recycle",
      "title": "Create a recycling iterator",
      "topics": [
        "recycle"
      ]
    },
    {
      "page": "timeout",
      "title": "Create a timeout iterator",
      "topics": [
        "timeout"
      ]
    },
    {
      "page": "writedf",
      "title": "Create an object that contains a combiner function",
      "topics": [
        "writedf.combiner"
      ]
    }
  ],
  "_rundeps": [
    "iterators"
  ],
  "_score": 8.52850000534768,
  "_indexed": true,
  "_nocasepkg": "itertools",
  "_universes": [
    "steveweston"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:57.000Z",
      "distro": "noble",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "84591d8335bb51bd4f641cd4ef9ef4b7e4df402e77249c350784fb87e234c214",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:50.000Z",
      "distro": "noble",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "8d0f0c58fe8202fad11ded9df10e28898e61a768cd222851205669d590f5a62c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1-3",
      "date": "2026-06-01T07:45:54.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "24d5467c96431cb10af5a7de25c4a401fe5c2ca695fcc6d80b41a8c0d35977e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1-3",
      "date": "2026-06-01T07:44:03.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "4c10a5c90c8be2c7140f8375fc90601403789d6740acf0f58077af6b4ac0a1f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:57.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "f9d0fe11e6f8cc2e426a31dddc65e240e6c6136a3700683d6effb37712852843",
      "status": "success",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:29.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "9e9224e117f57b02c94b60b631727bc1e013101945b2c7dc1fd053ee9d22d7e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:08.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "70256dc5ad08a689df6e00c8b8de8cd64aff7ce99b8af5c22f379127b2aa58bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1-3",
      "date": "2026-06-01T07:43:12.000Z",
      "commit": "be26ced9899546e9666baf0558385ce59d45fe94",
      "fileid": "fa36f0c30bbae2098037e182b89fef8b97559e531d91e775d051f6cc91a7e05e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/steveweston/actions/runs/26741715063"
    }
  ]
}