{
  "_id": "69bab760a485b674afd62523",
  "Package": "distionary",
  "Title": "Create and Evaluate Probability Distributions",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Vincenzo\", \"Coia\", , \"vincenzo.coia@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Amogh\", \"Joshi\", role = \"ctb\"),\nperson(\"Shuyi\", \"Tan\", role = \"ctb\"),\nperson(\"Zhipeng\", \"Zhu\", role = \"ctb\")\n)",
  "Description": "Create and evaluate probability distribution objects from\na variety of families or define custom distributions.\nAutomatically compute distributional properties, even when they\nhave not been specified. This package supports statistical\nmodeling and simulations, and forms the core of the probaverse\nsuite of R packages.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list (markdown = TRUE, roclets = c (\"namespace\", \"rd\",\n\"srr::srr_stats_roclet\"))",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "URL": "https://distionary.probaverse.com/,\nhttps://github.com/probaverse/distionary",
  "BugReports": "https://github.com/probaverse/distionary/issues",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2026-03-18 13:43:20 UTC",
  "RemoteUrl": "https://github.com/probaverse/distionary",
  "RemoteRef": "main",
  "RemoteSha": "9918c2f178dcbce7b1661e11849074dce04d34e8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-03-18 14:28:23 UTC",
    "User": "root"
  },
  "Author": "Vincenzo Coia [aut, cre, cph],\nAmogh Joshi [ctb],\nShuyi Tan [ctb],\nZhipeng Zhu [ctb]",
  "Maintainer": "Vincenzo Coia <vincenzo.coia@gmail.com>",
  "MD5sum": "9f257418d12f577f8dad7f2b670351cf",
  "_user": "ropensci",
  "_type": "src",
  "_file": "distionary_0.1.0.tar.gz",
  "_fileid": "d19df7f8dee7f1fbed0f8664301a8198c9e8cc288ee7a250a9a7bd9e20f1777a",
  "_filesize": 1248113,
  "_sha256": "d19df7f8dee7f1fbed0f8664301a8198c9e8cc288ee7a250a9a7bd9e20f1777a",
  "_created": "2026-03-18T14:28:23.000Z",
  "_published": "2026-03-21T17:57:34.931Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 67588179179,
      "time": 161,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "5987251880"
    },
    {
      "job": 67588178970,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "5987250344"
    },
    {
      "job": 67588179000,
      "time": 143,
      "config": "macos-devel-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "5987246914"
    },
    {
      "job": 67588179053,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "5987233143"
    },
    {
      "job": 67587516879,
      "time": 190,
      "config": "pkgdown",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "5987187420"
    },
    {
      "job": 67587516850,
      "time": 224,
      "config": "source",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "5987198572"
    },
    {
      "job": 67588179096,
      "time": 116,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "5987238328"
    },
    {
      "job": 67588179042,
      "time": 151,
      "config": "windows-devel",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "5987250056"
    },
    {
      "job": 67588179119,
      "time": 106,
      "config": "windows-oldrel",
      "r": "4.4.3",
      "check": "OK",
      "artifact": "5987235135"
    },
    {
      "job": 67588178989,
      "time": 123,
      "config": "windows-release",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "5987240696"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/probaverse/distionary",
  "_commit": {
    "id": "9918c2f178dcbce7b1661e11849074dce04d34e8",
    "author": "Vincenzo Coia <vincenzo.coia@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #44 from olivroy/ellipsis\n\nRemove ellipsis dependency",
    "time": 1773841400
  },
  "_maintainer": {
    "name": "Vincenzo Coia",
    "email": "vincenzo.coia@gmail.com",
    "login": "vincenzocoia",
    "uuid": 4676224
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "probaverse",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-12",
      "n": 3
    },
    {
      "week": "2025-15",
      "n": 10
    },
    {
      "week": "2025-23",
      "n": 1
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-45",
      "n": 3
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 6
    },
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-11-27"
    }
  ],
  "_topics": [
    "distributions"
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "vincenzocoia",
      "count": 224,
      "uuid": 4676224
    },
    {
      "user": "yelselmiao",
      "count": 66,
      "uuid": 56212009
    },
    {
      "user": "zhuzp98",
      "count": 10,
      "uuid": 22016471
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 189,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/distionary"
  },
  "_devurl": "https://github.com/probaverse/distionary",
  "_pkgdown": "https://distionary.probaverse.com/",
  "_searchresults": 38,
  "_metadata": {
    "review": {
      "id": 688,
      "status": "reviewed",
      "version": "0.1.0",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/688"
    },
    "ropensci_category": "stat"
  },
  "_rbuild": "4.5.2",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/distionary.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/probaverse/distionary",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-12-01"
    }
  ],
  "_exports": [
    "dgev",
    "dgp",
    "distribution",
    "dst_bern",
    "dst_beta",
    "dst_binom",
    "dst_cauchy",
    "dst_chisq",
    "dst_degenerate",
    "dst_empirical",
    "dst_exp",
    "dst_f",
    "dst_finite",
    "dst_gamma",
    "dst_geom",
    "dst_gev",
    "dst_gp",
    "dst_hyper",
    "dst_lnorm",
    "dst_lp3",
    "dst_nbinom",
    "dst_norm",
    "dst_null",
    "dst_pearson3",
    "dst_pois",
    "dst_t",
    "dst_unif",
    "dst_weibull",
    "enframe_cdf",
    "enframe_chf",
    "enframe_density",
    "enframe_hazard",
    "enframe_odds",
    "enframe_pmf",
    "enframe_quantile",
    "enframe_return",
    "enframe_survival",
    "eval_cdf",
    "eval_chf",
    "eval_density",
    "eval_hazard",
    "eval_odds",
    "eval_pmf",
    "eval_property",
    "eval_quantile",
    "eval_return",
    "eval_survival",
    "is_distribution",
    "is.distribution",
    "kurtosis",
    "kurtosis_exc",
    "parameters",
    "parameters<-",
    "pgev",
    "pgp",
    "pretty_name",
    "prob_left",
    "prob_right",
    "qgev",
    "qgp",
    "realise",
    "realize",
    "skewness",
    "stdev",
    "variance",
    "vtype"
  ],
  "_help": [
    {
      "page": "distionary-package",
      "title": "distionary: Create and Evaluate Probability Distributions",
      "topics": [
        "distionary-package",
        "distionary"
      ]
    },
    {
      "page": "distribution",
      "title": "Distribution Objects",
      "concept": "Distribution Construction",
      "topics": [
        "distribution",
        "is.distribution",
        "is_distribution"
      ]
    },
    {
      "page": "dst_bern",
      "title": "Bernoulli Distribution",
      "topics": [
        "dst_bern"
      ]
    },
    {
      "page": "dst_beta",
      "title": "Beta Distribution",
      "topics": [
        "dst_beta"
      ]
    },
    {
      "page": "dst_binom",
      "title": "Binomial Distribution",
      "topics": [
        "dst_binom"
      ]
    },
    {
      "page": "dst_cauchy",
      "title": "Cauchy Distribution",
      "topics": [
        "dst_cauchy"
      ]
    },
    {
      "page": "dst_chisq",
      "title": "Chi-Squared Distribution",
      "topics": [
        "dst_chisq"
      ]
    },
    {
      "page": "dst_degenerate",
      "title": "Degenerate Distribution",
      "topics": [
        "dst_degenerate"
      ]
    },
    {
      "page": "dst_empirical",
      "title": "Empirical Distribution",
      "topics": [
        "dst_empirical"
      ]
    },
    {
      "page": "dst_exp",
      "title": "Exponential Distribution",
      "topics": [
        "dst_exp"
      ]
    },
    {
      "page": "dst_f",
      "title": "F Distribution",
      "topics": [
        "dst_f"
      ]
    },
    {
      "page": "dst_finite",
      "title": "Finite Distribution",
      "topics": [
        "dst_finite"
      ]
    },
    {
      "page": "dst_gamma",
      "title": "Gamma Distribution",
      "topics": [
        "dst_gamma"
      ]
    },
    {
      "page": "dst_geom",
      "title": "Geometric Distribution",
      "topics": [
        "dst_geom"
      ]
    },
    {
      "page": "dst_gev",
      "title": "Generalised Extreme Value Distribution",
      "topics": [
        "dst_gev"
      ]
    },
    {
      "page": "dst_gp",
      "title": "Generalised Pareto Distribution",
      "topics": [
        "dst_gp"
      ]
    },
    {
      "page": "dst_hyper",
      "title": "Hypergeometric Distribution",
      "topics": [
        "dst_hyper"
      ]
    },
    {
      "page": "dst_lnorm",
      "title": "Log Normal Distribution",
      "topics": [
        "dst_lnorm"
      ]
    },
    {
      "page": "dst_lp3",
      "title": "Log Pearson Type III distribution",
      "topics": [
        "dst_lp3"
      ]
    },
    {
      "page": "dst_nbinom",
      "title": "Negative binomial Distribution",
      "topics": [
        "dst_nbinom"
      ]
    },
    {
      "page": "dst_norm",
      "title": "Normal (Gaussian) Distribution",
      "topics": [
        "dst_norm"
      ]
    },
    {
      "page": "dst_null",
      "title": "Null Distribution",
      "topics": [
        "dst_null"
      ]
    },
    {
      "page": "dst_pearson3",
      "title": "Pearson Type III distribution",
      "topics": [
        "dst_pearson3"
      ]
    },
    {
      "page": "dst_pois",
      "title": "Poisson Distribution",
      "topics": [
        "dst_pois"
      ]
    },
    {
      "page": "dst_t",
      "title": "Student t Distribution",
      "topics": [
        "dst_t"
      ]
    },
    {
      "page": "dst_unif",
      "title": "Uniform Distribution",
      "topics": [
        "dst_unif"
      ]
    },
    {
      "page": "dst_weibull",
      "title": "Weibull Distribution",
      "topics": [
        "dst_weibull"
      ]
    },
    {
      "page": "cdf",
      "title": "Cumulative Distribution Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_cdf",
        "eval_cdf"
      ]
    },
    {
      "page": "chf",
      "title": "Cumulative Hazard Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_chf",
        "eval_chf"
      ]
    },
    {
      "page": "density",
      "title": "Probability Density Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_density",
        "eval_density"
      ]
    },
    {
      "page": "hazard",
      "title": "Hazard Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_hazard",
        "eval_hazard"
      ]
    },
    {
      "page": "odds",
      "title": "Odds Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_odds",
        "eval_odds"
      ]
    },
    {
      "page": "pmf",
      "title": "Probability Mass Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_pmf",
        "eval_pmf"
      ]
    },
    {
      "page": "eval_property",
      "title": "Evaluate a distribution",
      "topics": [
        "eval_property"
      ]
    },
    {
      "page": "quantile",
      "title": "Distribution Quantiles",
      "concept": "distributional representations",
      "topics": [
        "enframe_quantile",
        "eval_quantile"
      ]
    },
    {
      "page": "return",
      "title": "Return Level Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_return",
        "eval_return"
      ]
    },
    {
      "page": "survival",
      "title": "Survival Function",
      "concept": "distributional representations",
      "topics": [
        "enframe_survival",
        "eval_survival"
      ]
    },
    {
      "page": "moments",
      "title": "Moments of a Distribution",
      "topics": [
        "kurtosis",
        "kurtosis_exc",
        "mean.dst",
        "skewness",
        "stdev",
        "variance"
      ]
    },
    {
      "page": "median.dst",
      "title": "Median of a Distribution",
      "topics": [
        "median.dst"
      ]
    },
    {
      "page": "parameters",
      "title": "Parameters of a Distribution",
      "topics": [
        "parameters",
        "parameters<-"
      ]
    },
    {
      "page": "gev_raw",
      "title": "Representations of the Generalized Extreme Value Distribution",
      "topics": [
        "dgev",
        "pgev",
        "qgev"
      ]
    },
    {
      "page": "gp_raw",
      "title": "Representations of the Generalized Pareto Distribution",
      "topics": [
        "dgp",
        "pgp",
        "qgp"
      ]
    },
    {
      "page": "plot.dst",
      "title": "Plot a Distribution",
      "topics": [
        "plot.dst"
      ]
    },
    {
      "page": "pretty_name",
      "title": "Distribution name",
      "topics": [
        "pretty_name"
      ]
    },
    {
      "page": "flexible_cdf",
      "title": "Find the probability left or right of a number",
      "topics": [
        "prob_left",
        "prob_right"
      ]
    },
    {
      "page": "range",
      "title": "Range of Distribution",
      "topics": [
        "range.dst"
      ]
    },
    {
      "page": "realise",
      "title": "Generate a Sample from a Distribution",
      "topics": [
        "realise",
        "realize"
      ]
    },
    {
      "page": "vtype",
      "title": "Variable Type of a Distribution",
      "topics": [
        "vtype"
      ]
    }
  ],
  "_pkglogo": "https://github.com/probaverse/distionary/raw/main/man/figures/logo.png",
  "_readme": "https://github.com/probaverse/distionary/raw/main/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "cli",
    "glue",
    "lifecycle",
    "rlang",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "specify-built-in.Rmd",
      "filename": "specify-built-in.html",
      "title": "Built-In Distributions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Built-In Distribution Families",
        "The Empirical Distribution"
      ],
      "created": "2025-11-07 18:20:42",
      "modified": "2025-11-07 18:20:42",
      "commits": 1
    },
    {
      "source": "evaluate.Rmd",
      "filename": "evaluate.html",
      "title": "Evaluate a Distribution",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Distributional Representations",
        "Drawing a random sample",
        "Properties of Distributions"
      ],
      "created": "2021-11-12 03:40:29",
      "modified": "2025-11-07 18:20:42",
      "commits": 4
    },
    {
      "source": "pseudocode.Rmd",
      "filename": "pseudocode.html",
      "title": "Pseudocode",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Distribution Objects",
        "Common Distribution Families",
        "Evaluating",
        "Enframing"
      ],
      "created": "2025-11-27 19:27:23",
      "modified": "2025-11-27 19:27:23",
      "commits": 1
    },
    {
      "source": "specify-user-defined.Rmd",
      "filename": "specify-user-defined.html",
      "title": "Specifying Your Own Distribution",
      "engine": "knitr::rmarkdown",
      "headings": [
        "User-Defined Distributions",
        "Distribution Attributes",
        "Example of a New Parametric Family",
        "Network of Properties",
        "Making your own properties",
        "Limitations"
      ],
      "created": "2025-11-07 18:20:42",
      "modified": "2025-11-07 21:23:38",
      "commits": 2
    }
  ],
  "_score": 8.118357330423667,
  "_indexed": true,
  "_nocasepkg": "distionary",
  "_universes": [
    "ropensci",
    "vincenzocoia",
    "probaverse"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-03-18T14:30:36.000Z",
      "distro": "noble",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "b5ee53c75d35295c23712332a7c96fa6d342ad9a51229461fd53dd06a6a7ad61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.5.3",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-03-18T14:30:33.000Z",
      "distro": "noble",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "ac08ab9faaf58c30cc6dd702e3ee084a633e9bb83ed1fc9f8ab2ca4d6b8e952d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-03-18T14:30:30.000Z",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "73fbd8267762f0731717962c0844e44435649f25b19e7f17096c23266b5f0d8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-03-18T14:29:57.000Z",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "9269e9d5ec05c1829bc7bd71da0f284c247103d4cf27862eba7b96c4b0701364",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-03-18T14:30:41.000Z",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "d57e572a0c61b300f5493e276afc767d4f9bdca5aee48c24c7aea085de880e02",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-03-18T14:30:15.000Z",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "3ff0faddbfd0ca5c0ee7817cced7bbea06ad024f4ae66a1be409db0af6c18a5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-03-18T14:29:48.000Z",
      "commit": "9918c2f178dcbce7b1661e11849074dce04d34e8",
      "fileid": "fe21cc4ba47b590ec98fc785c93eb660423204ea6323e251aa7339b1b837cb52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23249559698"
    }
  ]
}