{
  "_id": "6a59ba6609eb0996dd68d07f",
  "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-07-17 05:12:37 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",
  "_user": "cran",
  "_type": "src",
  "_file": "roundr_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/b2fc548e302918657d6300cf4430c5c41a0ca3115c7796e126294cbc86b881a1",
  "_filesize": 112560,
  "_sha256": "b2fc548e302918657d6300cf4430c5c41a0ca3115c7796e126294cbc86b881a1",
  "_expires": "2026-10-25T05:15:16.000Z",
  "_created": "2026-07-17T05:12:37.000Z",
  "_published": "2026-07-17T05:15:18.447Z",
  "_jobs": [
    {
      "job": 87810369770,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8397727302"
    },
    {
      "job": 87810369734,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8397727604"
    },
    {
      "job": 87809776805,
      "time": 265,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8397695061"
    },
    {
      "job": 87810369710,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8397721265"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29556550049",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 620,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 262,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roundr"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/roundr.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_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-07-17T05:14:40.000Z",
      "distro": "resolute",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "https://r2.ropensci.org/3ada916655cb33eb67f01d9d707ae8bcba7da5ea1a40a9adb94beabe88d8f410",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29556550049"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-17T05:14:39.000Z",
      "distro": "resolute",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "https://r2.ropensci.org/c7a632436ff6de2a3402903de03f829604d17ff76b21bb2d257b645265ca9058",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29556550049"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-17T05:14:30.000Z",
      "commit": "0d0b24d9b3590c68ba46bb0f95c92607d690b434",
      "fileid": "https://r2.ropensci.org/28ae1c31f41798bede9bb61b09309c0cba750ff7808d85e30b1cb6e4d365785c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29556550049"
    }
  ]
}