{
  "_id": "6a0f74d6acfb0bcc41c6126e",
  "Type": "Package",
  "Package": "arrangements",
  "Title": "Fast Generators and Iterators for Permutations, Combinations,\nInteger Partitions and Compositions",
  "Version": "1.1.10.9999",
  "Date": "2026-03-21",
  "Authors@R": "person(given = \"Randy\",\nfamily = \"Lai\",\nrole = c(\"aut\", \"cre\"),\nemail = \"randy.cs.lai@gmail.com\")",
  "Description": "Fast generators and iterators for permutations,\ncombinations, integer partitions and compositions. The\narrangements are in lexicographical order and generated\niteratively in a memory efficient manner. It has been\ndemonstrated that 'arrangements' outperforms most existing\npackages of similar kind. Benchmarks could be found at\n<https://randy3k.github.io/arrangements/articles/benchmark.html>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/randy3k/arrangements/",
  "ByteCompile": "yes",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "gmp (>= 4.2.3)",
  "Config/pak/sysreqs": "libgmp3-dev",
  "Repository": "https://randy3k.r-universe.dev",
  "Date/Publication": "2026-03-22 05:28:30 UTC",
  "RemoteUrl": "https://github.com/randy3k/arrangements",
  "RemoteRef": "HEAD",
  "RemoteSha": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
  "Packaged": {
    "Date": "2026-05-21 06:44:29 UTC",
    "User": "root"
  },
  "Author": "Randy Lai [aut, cre]",
  "Maintainer": "Randy Lai <randy.cs.lai@gmail.com>",
  "MD5sum": "5733c681e4637522677a31f556d7bc24",
  "_user": "randy3k",
  "_type": "src",
  "_file": "arrangements_1.1.10.9999.tar.gz",
  "_fileid": "3e33d94fac119d704f680738b46a9c77a758127b9d626cc686a03c4394162967",
  "_filesize": 168028,
  "_sha256": "3e33d94fac119d704f680738b46a9c77a758127b9d626cc686a03c4394162967",
  "_created": "2026-05-21T06:44:29.000Z",
  "_published": "2026-05-21T21:10:46.237Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77269450974,
      "time": 131,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7129006981"
    },
    {
      "job": 77269450554,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7129009104"
    },
    {
      "job": 77269451226,
      "time": 131,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129007018"
    },
    {
      "job": 77269450927,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129007615"
    },
    {
      "job": 77269451046,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7128994528"
    },
    {
      "job": 77269451208,
      "time": 192,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7129022164"
    },
    {
      "job": 77269450968,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129005624"
    },
    {
      "job": 77269451057,
      "time": 223,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7129029939"
    },
    {
      "job": 77269450502,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128972868"
    },
    {
      "job": 77269450348,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7147291539"
    },
    {
      "job": 77269450959,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7128996247"
    },
    {
      "job": 77269451041,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7128992863"
    },
    {
      "job": 77269451010,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128998005"
    }
  ],
  "_buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/randy3k/arrangements",
  "_commit": {
    "id": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
    "author": "Randy Lai <randy.cs.lai@gmail.com>",
    "committer": "Randy Lai <randy.cs.lai@gmail.com>",
    "message": "test: add bigz and iterator edge case tests\n",
    "time": 1774157310
  },
  "_maintainer": {
    "name": "Randy Lai",
    "email": "randy.cs.lai@gmail.com",
    "login": "randy3k",
    "description": "",
    "uuid": 1690993
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "gmp",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.3.1",
      "role": "Suggests"
    }
  ],
  "_owner": "randy3k",
  "_selfowned": true,
  "_usedby": 27,
  "_updates": [
    {
      "week": "2026-12",
      "n": 26
    }
  ],
  "_tags": [
    {
      "name": "v1.1.10",
      "date": "2026-03-22"
    }
  ],
  "_stars": 54,
  "_contributors": [
    {
      "user": "randy3k",
      "count": 261,
      "uuid": 1690993
    }
  ],
  "_userbio": {
    "uuid": 1690993,
    "type": "user",
    "name": "Randy Lai"
  },
  "_downloads": {
    "count": 6191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/arrangements"
  },
  "_devurl": "https://github.com/randy3k/arrangements",
  "_searchresults": 152,
  "_topics": [
    "gmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/arrangements.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/randy3k/arrangements",
  "_realowner": "randy3k",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-01-10"
    },
    {
      "version": "1.0.1",
      "date": "2018-01-11"
    },
    {
      "version": "1.0.2",
      "date": "2018-01-19"
    },
    {
      "version": "1.0.3",
      "date": "2018-08-05"
    },
    {
      "version": "1.1.0",
      "date": "2018-08-13"
    },
    {
      "version": "1.1.1",
      "date": "2018-08-22"
    },
    {
      "version": "1.1.2",
      "date": "2018-08-24"
    },
    {
      "version": "1.1.3",
      "date": "2018-09-16"
    },
    {
      "version": "1.1.4",
      "date": "2018-09-26"
    },
    {
      "version": "1.1.5",
      "date": "2018-11-08"
    },
    {
      "version": "1.1.6",
      "date": "2019-09-28"
    },
    {
      "version": "1.1.7",
      "date": "2019-11-02"
    },
    {
      "version": "1.1.8",
      "date": "2020-01-09"
    },
    {
      "version": "1.1.9",
      "date": "2020-09-13"
    },
    {
      "version": "1.1.10",
      "date": "2026-03-22"
    }
  ],
  "_exports": [
    "combinations",
    "Combinations",
    "compositions",
    "Compositions",
    "icombinations",
    "icompositions",
    "ipartitions",
    "ipermutations",
    "ncombinations",
    "ncompositions",
    "npartitions",
    "npermutations",
    "partitions",
    "Partitions",
    "permutations",
    "Permutations"
  ],
  "_help": [
    {
      "page": "arrangements-package",
      "title": "arrangements: Fast Generators and Iterators for Permutations, Combinations, Integer Partitions and Compositions",
      "topics": [
        "arrangements-package",
        "arrangements"
      ]
    },
    {
      "page": "combinations",
      "title": "Combinations generator",
      "topics": [
        "combinations"
      ]
    },
    {
      "page": "icombinations",
      "title": "Combinations iterator",
      "topics": [
        "Combinations",
        "icombinations"
      ]
    },
    {
      "page": "compositions",
      "title": "Compositions generator",
      "topics": [
        "compositions"
      ]
    },
    {
      "page": "icompositions",
      "title": "Compositions iterator",
      "topics": [
        "Compositions",
        "icompositions"
      ]
    },
    {
      "page": "ncombinations",
      "title": "Number of combinations",
      "topics": [
        "ncombinations"
      ]
    },
    {
      "page": "ncompositions",
      "title": "Number of compositions",
      "topics": [
        "ncompositions"
      ]
    },
    {
      "page": "npartitions",
      "title": "Number of partitions",
      "topics": [
        "npartitions"
      ]
    },
    {
      "page": "npermutations",
      "title": "Number of permutations",
      "topics": [
        "npermutations"
      ]
    },
    {
      "page": "partitions",
      "title": "Partitions generator",
      "topics": [
        "partitions"
      ]
    },
    {
      "page": "ipartitions",
      "title": "Partitions iterator",
      "topics": [
        "ipartitions",
        "Partitions"
      ]
    },
    {
      "page": "permutations",
      "title": "Permutations generator",
      "topics": [
        "permutations"
      ]
    },
    {
      "page": "ipermutations",
      "title": "Permutations iterator",
      "topics": [
        "ipermutations",
        "Permutations"
      ]
    }
  ],
  "_readme": "https://github.com/randy3k/arrangements/raw/HEAD/README.md",
  "_rundeps": [
    "gmp",
    "R6"
  ],
  "_sysdeps": [
    {
      "shlib": "libgmp",
      "package": "libgmp10",
      "headers": "libgmp-dev",
      "source": "gmp",
      "version": "2:6.3.0+dfsg-2ubuntu6.1",
      "name": "gmp",
      "homepage": "https://gmplib.org/",
      "description": "Multiprecision arithmetic library"
    }
  ],
  "_score": 8.313453174995315,
  "_indexed": true,
  "_nocasepkg": "arrangements",
  "_universes": [
    "randy3k"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:46:43.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "66a0c751c8dda7a47a1e76c281333c5c0e9f6270431c70ca5d62a2957b282d70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:46:48.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "e8f90f383a873c5024e95a98c341c55fc7e6df5ff7257c76e37c2cec31f7d9d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:46:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "4ccfa71a88fe8669a1e14dd3e24a06227c723a0f54f2f827ed05c9ea7aff3880",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:46:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "871bec3713ea280dbda866980c0606e3f50f7eaa546aa77ac2bba6f07c9c875c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:45:55.000Z",
      "arch": "aarch64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "7d94a04290a7b8bc9635c39c48d73b29159e394346ae155cd47baeb25ca55de9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:47:22.000Z",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "1673dc56216c822ed713c227bbda8d440fdd1e20bb83301cd754c36b905b5ddc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:46:30.000Z",
      "arch": "aarch64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "78b012e1391b6514dc2f9255e56bf1682f4f1bb46eabd5be99b0eb961e0a2d81",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:47:34.000Z",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "4c62ab713eeb5152e6edb5732830015ad79bd937da8ffcdd7abbc16ff42a3f6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.10.9999",
      "date": "2026-05-21T21:10:25.000Z",
      "arch": "emscripten",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "b0c617b149ff5b348fc6376bab0bcc97b657ca93088aaed3249a3b97d05f948e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:45:42.000Z",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "6761b94708a62e58b4610a0a0b399f9dbb53ce2c36f3d0838ad813025cdc1ae6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:45:32.000Z",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "399e7399cb09950a875f98de93a92a05e7a76dd5141347654b2cd4f55c6b1330",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.10.9999",
      "date": "2026-05-21T06:45:40.000Z",
      "arch": "x86_64",
      "commit": "4c33ab3df3d7264a33e32f632f57a03092fe19c0",
      "fileid": "38bf800bc1c067be9daf1c305e1f942e7e34f5d82f218d3f124b6a0f3c8ef54e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/randy3k/actions/runs/26209960089"
    }
  ]
}