{
  "_id": "6a102d76acfb0bcc41c93c56",
  "Package": "multicool",
  "Type": "Package",
  "Title": "Permutations of Multisets in Cool-Lex Order",
  "Version": "1.0.1",
  "Date": "2024-02-05",
  "Author": "James Curran, Aaron Williams, Jerome Kelleher, Dave Barber",
  "Maintainer": "James Curran <j.curran@auckland.ac.nz>",
  "Description": "A set of tools to permute multisets without loops or hash\ntables and to generate integer partitions. The permutation\nfunctions are based on C code from Aaron Williams. Cool-lex\norder is similar to colexicographical order. The algorithm is\ndescribed in Williams, A. Loopless Generation of Multiset\nPermutations by Prefix Shifts. SODA 2009, Symposium on Discrete\nAlgorithms, New York, United States. The permutation code is\ndistributed without restrictions. The code for stable and\nefficient computation of multinomial coefficients comes from\nDave Barber. The code can be download from\n<http://tamivox.org/dave/multinomial/index.html> and is\ndistributed without conditions. The package also generates the\ninteger partitions of a positive, non-zero integer n. The C++\ncode for this is based on Python code from Jerome Kelleher\nwhich can be found here\n<https://jeromekelleher.net/category/combinatorics.html>. The\nC++ code and Python code are distributed without conditions.",
  "URL": "https://github.com/jmcurran/multicool",
  "BugReports": "https://github.com/jmcurran/multicool/issues",
  "Encoding": "UTF-8",
  "License": "GPL-2",
  "RcppModules": "Multicool",
  "RoxygenNote": "7.2.3",
  "Repository": "https://jmcurran.r-universe.dev",
  "Date/Publication": "2024-02-05 01:21:37 UTC",
  "RemoteUrl": "https://github.com/jmcurran/multicool",
  "RemoteRef": "HEAD",
  "RemoteSha": "e1a805e75050bceab0efc53e197ec350c54af8fa",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-13 05:43:39 UTC",
    "User": "root"
  },
  "MD5sum": "d14c99e05e2824a90f03a79d5fa5d9f7",
  "_user": "jmcurran",
  "_type": "src",
  "_file": "multicool_1.0.1.tar.gz",
  "_fileid": "cfdcaff65c290b296c91576f3b22a6f5f320d27669a6031d66961106dc5db965",
  "_filesize": 171923,
  "_sha256": "cfdcaff65c290b296c91576f3b22a6f5f320d27669a6031d66961106dc5db965",
  "_created": "2026-05-13T05:43:39.000Z",
  "_published": "2026-05-22T10:18:30.368Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77360340466,
      "time": 120,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962506788"
    },
    {
      "job": 77360340601,
      "time": 105,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962503963"
    },
    {
      "job": 77360342552,
      "time": 113,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962505117"
    },
    {
      "job": 77360342530,
      "time": 92,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962501007"
    },
    {
      "job": 77360342509,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962501981"
    },
    {
      "job": 77360342657,
      "time": 272,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962540043"
    },
    {
      "job": 77360340709,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962509539"
    },
    {
      "job": 77360340498,
      "time": 182,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962520938"
    },
    {
      "job": 77360340079,
      "time": 146,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962481313"
    },
    {
      "job": 77360339821,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158172522"
    },
    {
      "job": 77360340470,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962500492"
    },
    {
      "job": 77360342782,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962500365"
    },
    {
      "job": 77360342545,
      "time": 133,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962509740"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jmcurran/multicool",
  "_commit": {
    "id": "e1a805e75050bceab0efc53e197ec350c54af8fa",
    "author": "jmcurran <j.curran@auckland.ac.nz>",
    "committer": "jmcurran <j.curran@auckland.ac.nz>",
    "message": "Updated roxygen stuff so that everything is automatically generated (namespace etc.)\n",
    "time": 1707096097
  },
  "_maintainer": {
    "name": "James Curran",
    "email": "j.curran@auckland.ac.nz",
    "login": "jmcurran",
    "orcid": "0000-0003-3323-6733",
    "uuid": 1457367
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    }
  ],
  "_owner": "jmcurran",
  "_selfowned": true,
  "_usedby": 296,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "jmcurran",
      "count": 27,
      "uuid": 1457367
    },
    {
      "user": "mkruijver",
      "count": 1,
      "uuid": 33736732
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 1457367,
    "type": "user",
    "name": "James Curran",
    "description": "Professor of Statistics at the University of Auckland. Keen cyclist and gamer."
  },
  "_downloads": {
    "count": 39421,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/multicool"
  },
  "_devurl": "https://github.com/jmcurran/multicool",
  "_searchresults": 16,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/multicool.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jmcurran/multicool",
  "_realowner": "jmcurran",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-1",
      "date": "2011-11-15"
    },
    {
      "version": "0.1-2",
      "date": "2013-07-10"
    },
    {
      "version": "0.1-5",
      "date": "2015-02-26"
    },
    {
      "version": "0.1-6",
      "date": "2015-04-28"
    },
    {
      "version": "0.1-7",
      "date": "2015-08-17"
    },
    {
      "version": "0.1-8",
      "date": "2015-10-22"
    },
    {
      "version": "0.1-9",
      "date": "2015-10-28"
    },
    {
      "version": "0.1-10",
      "date": "2016-11-25"
    },
    {
      "version": "0.1-11",
      "date": "2019-12-05"
    },
    {
      "version": "0.1-12",
      "date": "2021-06-29"
    },
    {
      "version": "1.0.0",
      "date": "2023-12-02"
    },
    {
      "version": "1.0.1",
      "date": "2024-02-05"
    }
  ],
  "_exports": [
    "allPerm",
    "B",
    "Bell",
    "genComp",
    "initMC",
    "multinom",
    "nextPerm",
    "S2",
    "Stirling2"
  ],
  "_help": [
    {
      "page": "allPerm",
      "title": "Generate and return all permutations of a multiset",
      "topics": [
        "allPerm"
      ]
    },
    {
      "page": "Bell",
      "title": "Compute the Bell numbers",
      "topics": [
        "B",
        "Bell"
      ]
    },
    {
      "page": "genComp",
      "title": "Generate all, or a subset, of the integer partitions of an integer n.",
      "topics": [
        "genComp"
      ]
    },
    {
      "page": "initMC",
      "title": "Initialise the permutation object",
      "topics": [
        "initMC"
      ]
    },
    {
      "page": "multinom",
      "title": "Calculate multinomial coefficients",
      "topics": [
        "multinom"
      ]
    },
    {
      "page": "nextPerm",
      "title": "Return the next permutation of the multiset",
      "topics": [
        "nextPerm"
      ]
    },
    {
      "page": "Stirling2",
      "title": "Compute Stirling numbers of the second kind",
      "topics": [
        "S2",
        "Stirling2"
      ]
    }
  ],
  "_readme": "https://github.com/jmcurran/multicool/raw/HEAD/README.md",
  "_rundeps": [
    "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": 8.04929058101234,
  "_indexed": true,
  "_nocasepkg": "multicool",
  "_universes": [
    "jmcurran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:41.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "5435937c0b8d046238cf9b22bc173b6bb9232caf993c5d66c794e428bffa408b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:27.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "3837723f7966e2e93caf454eb75c58f15c187d52da12fc5bddf32500eb4329e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:34.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "afc3d5d8280bb0cbb7e9d5ed6f14022e3c886eb26ac3cb8def8a5893cdf27924",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:14.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "3e298b067fdc4138f7ff4bf35fa1534951913e7b03076c1b03f029d9b08c4d87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:20.000Z",
      "arch": "aarch64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "5e811340b66895657bf1389e9ebde07f43ae30d192071e8d3035e9adfa47d05d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T05:47:26.000Z",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "e9c9178a4a923c2fedbc1c5e2ca3e465570c91e6dee4abb7f0c5abb29307611c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T05:45:44.000Z",
      "arch": "aarch64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "e9a7f0626c7b76a53d915aaebdc064e134f5b512509406ee910f1debc92f6162",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-13T05:46:22.000Z",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "736097151c69e4e5fffb5699b27fc2e2f30796a6ec0f9196c75158c78b7a2a51",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T05:44:51.000Z",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "590c762e8dc6c4d1e75f6667e7c797dc6e8abce5365f2fc769e7bf3189f2153f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T05:44:47.000Z",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "379d0aa583787281fcbfa3bfabb3e3d3395f3d7ca6cd105fddebe296c87f9153",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-13T05:44:48.000Z",
      "arch": "x86_64",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "4b307fe8fa2bf91c0b4004ded6b8c544a14d8b8c592ee9e168e7079c19c9892b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-22T10:18:05.000Z",
      "arch": "emscripten",
      "commit": "e1a805e75050bceab0efc53e197ec350c54af8fa",
      "fileid": "44ed88e8a897781fe3d682d8e45f58d9bd63cf648a65355d50e1778f9d9767e4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/25780718265"
    }
  ]
}