{
  "_id": "6a1edcd8b401979e7340fee1",
  "Package": "ewens",
  "Title": "Ewens Distribution",
  "Version": "0.1.0",
  "Authors@R": "person(\"Chris\", \"Hanretty\", , \"chris.hanretty@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-8932-9405\"))",
  "Description": "Implements the probability mass function of, and random\ndraws from, the Ewens distribution, a probability distribution\nover partitions of integer, as described in Ewens (1972)\n<doi:10.1016/0040-5809(72)90035-4>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/chrishanretty/ewens",
  "BugReports": "https://github.com/chrishanretty/ewens/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "quarto",
  "Config/pak/sysreqs": "libgsl0-dev",
  "Repository": "https://chrishanretty.r-universe.dev",
  "Date/Publication": "2026-05-14 10:59:59 UTC",
  "RemoteUrl": "https://github.com/chrishanretty/ewens",
  "RemoteRef": "HEAD",
  "RemoteSha": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-20 08:23:02 UTC",
    "User": "root"
  },
  "Author": "Chris Hanretty [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8932-9405>)",
  "Maintainer": "Chris Hanretty <chris.hanretty@gmail.com>",
  "MD5sum": "2c564f5df9faf4a4c59761727d49dbf0",
  "_user": "chrishanretty",
  "_type": "src",
  "_file": "ewens_0.1.0.tar.gz",
  "_fileid": "39ae1aeaa9cc5292a948eec978d548620642d6aa157a896237a648c575b8815b",
  "_filesize": 169039,
  "_sha256": "39ae1aeaa9cc5292a948eec978d548620642d6aa157a896237a648c575b8815b",
  "_created": "2026-05-20T08:23:02.000Z",
  "_published": "2026-06-02T13:38:32.016Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79083777587,
      "time": 118,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7104905091"
    },
    {
      "job": 79083776828,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7104905693"
    },
    {
      "job": 79083777115,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104904010"
    },
    {
      "job": 79083777369,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104906113"
    },
    {
      "job": 79083777540,
      "time": 207,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7104925833"
    },
    {
      "job": 79083777675,
      "time": 288,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7104953869"
    },
    {
      "job": 79083778012,
      "time": 208,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104919947"
    },
    {
      "job": 79083777584,
      "time": 349,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104974679"
    },
    {
      "job": 79083776752,
      "time": 152,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104862569"
    },
    {
      "job": 79083775920,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7359280068"
    },
    {
      "job": 79083776882,
      "time": 112,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7104903342"
    },
    {
      "job": 79083777165,
      "time": 132,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7104909694"
    },
    {
      "job": 79083777491,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7104902393"
    }
  ],
  "_buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/chrishanretty/ewens",
  "_commit": {
    "id": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
    "author": "Chris Hanretty <chris.hanretty@gmail.com>",
    "committer": "Chris Hanretty <chris.hanretty@gmail.com>",
    "message": "Added URL, return values\n",
    "time": 1778756399
  },
  "_maintainer": {
    "name": "Chris Hanretty",
    "email": "chris.hanretty@gmail.com",
    "login": "chrishanretty",
    "orcid": "0000-0002-8932-9405",
    "description": "",
    "uuid": 849607
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "copula",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    }
  ],
  "_owner": "chrishanretty",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-17",
      "n": 10
    },
    {
      "week": "2026-18",
      "n": 5
    },
    {
      "week": "2026-19",
      "n": 7
    },
    {
      "week": "2026-20",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "chrishanretty",
      "count": 26,
      "uuid": 849607
    }
  ],
  "_userbio": {
    "uuid": 849607,
    "type": "user",
    "name": "chrishanretty"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ewens"
  },
  "_devurl": "https://github.com/chrishanretty/ewens",
  "_searchresults": 0,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ewens.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/chrishanretty/ewens",
  "_realowner": "chrishanretty",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-05-19"
    }
  ],
  "_exports": [
    "dewens",
    "dewens_k",
    "ewens_mle",
    "gcrp",
    "rewens",
    "rgem"
  ],
  "_help": [
    {
      "page": "dewens",
      "title": "Probability mass function for the Ewens distribution",
      "topics": [
        "dewens"
      ]
    },
    {
      "page": "dewens_k",
      "title": "Probability mass function for the number of classes from a Ewens distribution",
      "topics": [
        "dewens_k"
      ]
    },
    {
      "page": "ewens_k_exact",
      "title": "Calculate expected number of classes in a sample of size n given theta",
      "topics": [
        "ewens_k_exact"
      ]
    },
    {
      "page": "ewens_mle",
      "title": "Maximum likelihood estimate of theta given sample vector with class memberships",
      "topics": [
        "ewens_mle"
      ]
    },
    {
      "page": "gcrp",
      "title": "Draw from a generalized Chinese Restaurant Process",
      "topics": [
        "gcrp"
      ]
    },
    {
      "page": "rewens",
      "title": "Draw from the Ewens distribution",
      "topics": [
        "rewens"
      ]
    },
    {
      "page": "rgem",
      "title": "Draw from the Griffiths-Engen-McCloskey distribution",
      "topics": [
        "rgem"
      ]
    }
  ],
  "_readme": "https://github.com/chrishanretty/ewens/raw/HEAD/README.md",
  "_rundeps": [
    "ADGofTest",
    "cluster",
    "colorspace",
    "copula",
    "gsl",
    "lattice",
    "Matrix",
    "mvtnorm",
    "numDeriv",
    "pcaPP",
    "pspline",
    "stabledist"
  ],
  "_vignettes": [
    {
      "source": "ewens-sampling-distribution.qmd",
      "filename": "ewens-sampling-distribution.html",
      "title": "Sampling from the Ewens distribution",
      "engine": "quarto::html",
      "headings": [],
      "created": "2026-04-23 11:56:10",
      "modified": "2026-04-23 14:26:10",
      "commits": 4
    }
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "ewens",
  "_universes": [
    "chrishanretty"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:02.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "5080b6555aca153786265db73dff8de87205e8d6af39ae6dffc619f11ba6a709",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "6d5863fadb7d5a780ece9caf490fbc502af7d77aaabc0c643e28a9c398cf62ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:00.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "3e301c87c608acf07f9e24f347bae7ea2ea712c7f63faa73934467a7930a2c5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:04.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "735d0644b957f9d943f82cb077e6ea33715c42d5d10187e7b4aeb47eca8a2ec1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:58.000Z",
      "arch": "aarch64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "9cb52021e5dd7afeaac5b9c62a2ceb18dec046fe03460ac37d5cc6667981a950",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T08:27:04.000Z",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "d831d176265076fb14c93d1eba9c74bd47293f1fe684765e36f8a00117ecc88e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T08:25:42.000Z",
      "arch": "aarch64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "eff4cbfc06b42e797045d97b58fdc129cc8f3437c5f0d597305c35b536992edb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T08:27:49.000Z",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "cdb373a8cc25901268250bc3d83c4e9c67834092d2ab372d37e8d4f207dcacf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T08:24:47.000Z",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "2b9210cf9643fd60663a79a49e8a7bc7b8353e9632f53e8580412f4d69b1e404",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T08:24:54.000Z",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "783de2b9d718ef38fef17e1fd4131c4fb693c2d1fc53a6e874b3507288aa8c46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T08:24:39.000Z",
      "arch": "x86_64",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "92a258ca0875c6fdacf8723d99e3f872d07c3da5b31cc62d02d27d586b801387",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T13:37:53.000Z",
      "arch": "emscripten",
      "commit": "8f653972c18ee6861c49fb1ff3e9e78482508ad3",
      "fileid": "28fcf713a8a07728683c40541c16599ecd9669f189b4b905756a1491b3be7681",
      "status": "success",
      "buildurl": "https://github.com/r-universe/chrishanretty/actions/runs/26150465362"
    }
  ]
}