{
  "_id": "6a1f28c9b401979e73423ac4",
  "Package": "droll",
  "Title": "Analyze Roll Distributions",
  "Version": "0.1.0",
  "Authors@R": "c(person(given = \"C.\",\nfamily = \"Lente\",\nrole = c(\"aut\", \"cre\"),\nemail = \"clente@curso-r.com\"),\nperson(given = \"Curso-R\",\nrole = c(\"cph\", \"fnd\")))",
  "Description": "A toolkit for parsing dice notation, analyzing rolls,\ncalculating success probabilities, and plotting outcome\ndistributions.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:07:50 UTC",
    "User": "root"
  },
  "Author": "C. Lente [aut, cre], Curso-R [cph, fnd]",
  "Maintainer": "C. Lente <clente@curso-r.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2021-08-06 16:50:09 UTC",
  "RemoteUrl": "https://github.com/cran/droll",
  "RemoteRef": "HEAD",
  "RemoteSha": "373fb783161229028236c6c5f881054b1f371d66",
  "MD5sum": "59270d0687f51680a49d1ccf433bad85",
  "_user": "cran",
  "_type": "src",
  "_file": "droll_0.1.0.tar.gz",
  "_fileid": "9e5d5db7887e3a1c68fcfc3187db137ec8f5fb8860803b5bc09ff003ed925689",
  "_filesize": 207007,
  "_sha256": "9e5d5db7887e3a1c68fcfc3187db137ec8f5fb8860803b5bc09ff003ed925689",
  "_created": "2026-05-16T05:07:50.000Z",
  "_published": "2026-06-02T19:02:33.904Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79149737019,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030689524"
    },
    {
      "job": 79149737442,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030690222"
    },
    {
      "job": 79149736694,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030670453"
    },
    {
      "job": 79149736316,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367195769"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25953432063",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/droll",
  "_commit": {
    "id": "373fb783161229028236c6c5f881054b1f371d66",
    "author": "C. Lente <clente@curso-r.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1628268609
  },
  "_maintainer": {
    "name": "C. Lente",
    "email": "clente@curso-r.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Ryacas",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 214,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/droll"
  },
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/droll.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-08-06"
    }
  ],
  "_exports": [
    "check_dc",
    "check_prob",
    "d",
    "droll",
    "droll_plot",
    "proll",
    "proll_plot",
    "qroll",
    "qroll_plot",
    "r",
    "rroll",
    "rroll_plot"
  ],
  "_help": [
    {
      "page": "check",
      "title": "Work with skill checks' probabilities and DCs",
      "topics": [
        "check",
        "check_dc",
        "check_prob"
      ]
    },
    {
      "page": "d",
      "title": "Create a die",
      "topics": [
        "d"
      ]
    },
    {
      "page": "Dice",
      "title": "An S4 class to represent dice",
      "topics": [
        "*,numeric,Dice-method",
        "Dice",
        "Math,Dice-method",
        "Math2,Dice-method",
        "Ops,Dice,Dice-method",
        "Ops,Dice,numeric-method",
        "Ops,numeric,Dice-method",
        "show,Dice-method",
        "Summary,Dice-method"
      ]
    },
    {
      "page": "r",
      "title": "Get full distribution of a roll",
      "topics": [
        "r"
      ]
    },
    {
      "page": "roll",
      "title": "The roll distribution",
      "topics": [
        "droll",
        "proll",
        "qroll",
        "roll",
        "rroll"
      ]
    },
    {
      "page": "roll-plot",
      "title": "Plot the roll distribution",
      "topics": [
        "droll_plot",
        "proll_plot",
        "qroll_plot",
        "roll-plot",
        "rroll_plot"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/droll/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/droll/raw/HEAD/README.md",
  "_rundeps": [
    "magrittr",
    "Rcpp",
    "Ryacas"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "droll",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T05:09:43.000Z",
      "distro": "noble",
      "commit": "373fb783161229028236c6c5f881054b1f371d66",
      "fileid": "5520ccadb53155afa2e434a3686881962ffefa89474eee4f8bdb4ce057c14f49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953432063"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T05:09:46.000Z",
      "distro": "noble",
      "commit": "373fb783161229028236c6c5f881054b1f371d66",
      "fileid": "8a2483a1cd257a0cbbb0198c05d058be58d2d351ef705fc2ff182b7378efcdbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953432063"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T19:02:06.000Z",
      "commit": "373fb783161229028236c6c5f881054b1f371d66",
      "fileid": "cd966fa5d3dd1ce906c014d24c80687cc3e0e38f2a2e1389e700680c088e23c4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953432063"
    }
  ]
}