{
  "_id": "6a1ef9afb401979e73418104",
  "Package": "roundr",
  "Title": "Incorporate Rounding for Discrete Data Modeling",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Berkeley\", \"Ho\", email = \"berknho@gmail.com\", role = c(\"aut\", \"cre\"))\n)",
  "Description": "Provides density, distribution and random number generator\nfunctions to account for discretization in data where recorded\nvalues mask the underlying measurement process. Details on\nmethodology are described in Glazer et al. (2026)\n<doi:10.1080/00031305.2025.2604812>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 21:15:57 UTC",
    "User": "root"
  },
  "Author": "Berkeley Ho [aut, cre]",
  "Maintainer": "Berkeley Ho <berknho@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-18 20:50:36 UTC",
  "RemoteUrl": "https://github.com/cran/roundr",
  "RemoteRef": "HEAD",
  "RemoteSha": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
  "MD5sum": "5dce2e2e75e1af998c8ee94e1006e690",
  "_user": "cran",
  "_type": "src",
  "_file": "roundr_1.0.0.tar.gz",
  "_fileid": "51574ed010ab36bda1bf9dbe2e4a941202346368066886999957f5059df15111",
  "_filesize": 112371,
  "_sha256": "51574ed010ab36bda1bf9dbe2e4a941202346368066886999957f5059df15111",
  "_created": "2026-05-18T21:15:57.000Z",
  "_published": "2026-06-02T15:41:35.188Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79111025102,
      "time": 89,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7069332230"
    },
    {
      "job": 79111025133,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7069338114"
    },
    {
      "job": 79111024925,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7069304589"
    },
    {
      "job": 79111024509,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362601158"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26060801686",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/roundr",
  "_commit": {
    "id": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
    "author": "Berkeley Ho <berknho@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1779137436
  },
  "_maintainer": {
    "name": "Berkeley Ho",
    "email": "berknho@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "statmod",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roundr"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/roundr.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_exports": [
    "drdald",
    "drdnorm",
    "drpald",
    "drpnorm",
    "drrald",
    "drrnorm"
  ],
  "_help": [
    {
      "page": "drdald",
      "title": "Returns the probability mass function for the rounded asymmetric Laplace distribution",
      "topics": [
        "drdald"
      ]
    },
    {
      "page": "drdnorm",
      "title": "Returns the probability mass function for the rounded normal distribution",
      "topics": [
        "drdnorm"
      ]
    },
    {
      "page": "drpald",
      "title": "Returns the Cumulative Distribution Function for the rounded asymmetric Laplace distribution",
      "topics": [
        "drpald"
      ]
    },
    {
      "page": "drpnorm",
      "title": "Returns the Cumulative Distribution Function for the rounded normal distribution",
      "topics": [
        "drpnorm"
      ]
    },
    {
      "page": "drrald",
      "title": "Returns randomly generated values from the rounded asymmetric Laplace distribution",
      "topics": [
        "drrald"
      ]
    },
    {
      "page": "drrnorm",
      "title": "Returns randomly generated values from the rounded normal distribution",
      "topics": [
        "drrnorm"
      ]
    }
  ],
  "_rundeps": [
    "rlang",
    "statmod"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "roundr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:17:36.000Z",
      "distro": "noble",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "3397986ef1fa5caefcd4061624b3ff3e1293cd5d3183e137c087103d238ed7d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060801686"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:17:53.000Z",
      "distro": "noble",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "2939b1c75ad3a4b0d199caf55805e4d3244eada1f972d3497cd0ee3963fadc34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060801686"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T15:41:18.000Z",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "de4bba34011cd7860cc689c281a12afd325e20431da3ff89ba86d1d3e6255a54",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060801686"
    }
  ]
}