{
  "_id": "6a4967c33c3572b93bf7f722",
  "Package": "roundwork",
  "Title": "Rounding Infrastructure",
  "Version": "0.0.1",
  "Authors@R": "c(\nperson(given = \"Lukas\",\nfamily = \"Jung\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jung-lukas@gmx.net\")\n)",
  "Description": "Flexible rounding functions for use in error detection.\nThey were outsourced from the 'scrutiny' package.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Collate": "'round.R' 'ieee-754.R' 'utils.R' 'reround-to-fraction.R'\n'round-ceil-floor.R' 'reround.R' 'rounding-bias.R' 'unround.R'\n'utils-pipe.R'",
  "URL": "https://lhdjung.github.io/roundwork/,\nhttps://github.com/lhdjung/roundwork/",
  "BugReports": "https://github.com/lhdjung/roundwork/issues",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://lhdjung.r-universe.dev",
  "Date/Publication": "2024-09-25 20:51:09 UTC",
  "RemoteUrl": "https://github.com/lhdjung/roundwork",
  "RemoteRef": "HEAD",
  "RemoteSha": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-23 08:00:48 UTC",
    "User": "root"
  },
  "Author": "Lukas Jung [aut, cre]",
  "Maintainer": "Lukas Jung <jung-lukas@gmx.net>",
  "_user": "lhdjung",
  "_type": "src",
  "_file": "roundwork_0.0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/5b8a7b5e6bceede0d606ecee13b44c2d3526c92312ddbd4534c1a8ad2af8a264",
  "_filesize": 281776,
  "_sha256": "5b8a7b5e6bceede0d606ecee13b44c2d3526c92312ddbd4534c1a8ad2af8a264",
  "_expires": "2026-10-12T20:06:26.000Z",
  "_created": "2026-06-23T08:00:48.000Z",
  "_published": "2026-07-04T20:06:27.940Z",
  "_jobs": [
    {
      "job": 85163014278,
      "time": 158,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7814884386"
    },
    {
      "job": 85163014273,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7814877565"
    },
    {
      "job": 85163014220,
      "time": 132,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7814868322"
    },
    {
      "job": 85163014263,
      "time": 163,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7814876784"
    },
    {
      "job": 85163014004,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7814826481"
    },
    {
      "job": 85163014251,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7814869578"
    },
    {
      "job": 85163014210,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7814856423"
    },
    {
      "job": 85163014314,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7814863720"
    },
    {
      "job": 85163014197,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7814857221"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234",
  "_status": "success",
  "_upstream": "https://github.com/lhdjung/roundwork",
  "_commit": {
    "id": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
    "author": "Lukas Jung <jung-lukas@gmx.net>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #4 from lhdjung/devel\n\ncorrect `unround()` docs",
    "time": 1727297469
  },
  "_maintainer": {
    "name": "Lukas Jung",
    "email": "jung-lukas@gmx.net",
    "login": "lhdjung",
    "mastodon": "@lukasjung@fosstodon.org",
    "bluesky": "@lhdjung.bsky.social",
    "twitter": "@lukasjung_hd",
    "description": "R developer. Error detection, research integrity, metascience, missing value handling.",
    "uuid": 71007825
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "conflicted",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "lhdjung",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "lhdjung",
      "count": 34,
      "uuid": 71007825
    }
  ],
  "_userbio": {
    "uuid": 71007825,
    "type": "user",
    "name": "Lukas Jung",
    "followers": 14,
    "description": "R developer. Error detection, research integrity, metascience, missing value handling."
  },
  "_downloads": {
    "count": 205,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roundwork"
  },
  "_devurl": "https://github.com/lhdjung/roundwork",
  "_pkgdown": "https://lhdjung.github.io/roundwork/",
  "_searchresults": 27,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/roundwork.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lhdjung/roundwork",
  "_realowner": "lhdjung",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2024-09-25"
    }
  ],
  "_exports": [
    "%>%",
    "anti_trunc",
    "reround",
    "reround_to_fraction",
    "reround_to_fraction_level",
    "round_anti_trunc",
    "round_ceiling",
    "round_down",
    "round_down_from",
    "round_floor",
    "round_ties_to_away",
    "round_ties_to_even",
    "round_toward_negative",
    "round_toward_positive",
    "round_toward_zero",
    "round_trunc",
    "round_up",
    "round_up_from",
    "rounding_bias",
    "unround"
  ],
  "_help": [
    {
      "page": "fractional-rounding",
      "title": "Generalized rounding to the nearest fraction of a specified denominator",
      "topics": [
        "fractional-rounding",
        "reround_to_fraction",
        "reround_to_fraction_level"
      ]
    },
    {
      "page": "ieee-754",
      "title": "IEEE 754 rounding standard",
      "topics": [
        "ieee-754",
        "round_ties_to_away",
        "round_ties_to_even",
        "round_toward_negative",
        "round_toward_positive",
        "round_toward_zero"
      ]
    },
    {
      "page": "reround",
      "title": "General interface to reconstructing rounded numbers",
      "topics": [
        "reround"
      ]
    },
    {
      "page": "rounding_bias",
      "title": "Compute rounding bias",
      "topics": [
        "rounding_bias"
      ]
    },
    {
      "page": "rounding-common",
      "title": "Common rounding procedures",
      "topics": [
        "rounding-common",
        "round_down",
        "round_down_from",
        "round_up",
        "round_up_from"
      ]
    },
    {
      "page": "rounding-uncommon",
      "title": "Uncommon rounding procedures",
      "topics": [
        "anti_trunc",
        "rounding-uncommon",
        "round_anti_trunc",
        "round_ceiling",
        "round_floor",
        "round_trunc"
      ]
    },
    {
      "page": "unround",
      "title": "Reconstruct rounding bounds",
      "topics": [
        "unround"
      ]
    }
  ],
  "_readme": "https://github.com/lhdjung/roundwork/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "scrutiny.Rmd",
      "filename": "scrutiny.html",
      "title": "Relation to scrutiny",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Resolving conflicts"
      ],
      "created": "2024-09-22 20:49:28",
      "modified": "2024-09-25 18:59:47",
      "commits": 2
    },
    {
      "source": "rounding-in-depth.Rmd",
      "filename": "rounding-in-depth.html",
      "title": "Rounding in depth",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Reconstruct rounded numbers with reround()",
        "Rounding procedures in detail",
        "Up and down",
        "To even (base R)",
        "IEEE 754 rounding standard",
        "Reconstruct rounding bounds with unround()",
        "Fractional rounding",
        "Rounding bias",
        "Citation dummy",
        "References"
      ],
      "created": "2024-04-28 17:12:22",
      "modified": "2024-05-30 09:19:38",
      "commits": 4
    },
    {
      "source": "rounding-options.Rmd",
      "filename": "rounding-options.html",
      "title": "Rounding options",
      "engine": "knitr::rmarkdown",
      "headings": [
        "In the errorverse",
        "Rounding at 5 in other software",
        "Note on rounding to even"
      ],
      "created": "2024-04-28 17:12:22",
      "modified": "2024-09-25 18:59:47",
      "commits": 2
    }
  ],
  "_score": 4.607455023214668,
  "_indexed": true,
  "_nocasepkg": "roundwork",
  "_universes": [
    "lhdjung"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-06-23T08:03:25.000Z",
      "distro": "noble",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/e8cc52aae88495ccd74cc73f14b25c277723fdd0227df02f4391352c8a9bb86d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-06-23T08:03:07.000Z",
      "distro": "noble",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/05988d59c4038e1a25c5af69a134eb8df747b4c525c667dd14d7279de522956d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-06-23T08:02:45.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/812013c871c9a878105cb0d8ca5975a14a49632b3987517d4feda3d6342fa50d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-06-23T08:03:02.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/f0ce3ac0588d8aafa710b4b9dc7fd3c03e6640b684eb37c6e66a261f7963dbf2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-06-23T08:03:00.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/10231bc5d33f957df1b0b1f480a50ffd8550e1c58f3a6e922162ddc01f22fe7a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-06-23T08:02:02.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/3fc7c12266dcbf26255a54418f8358210149663a8058e149662274fb74b84501",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-06-23T08:02:20.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/d3376a098ac627b83922c0cd25d0c27ddbd7ffc59f7ec538282b5bda22349f38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-06-23T08:02:03.000Z",
      "commit": "76209fb503e5bbaef551e8b8569fabaa63a073d9",
      "fileid": "https://r2.ropensci.org/7db4aea1e36133ac166105b98227a1198b205b7d2139bc6061b16c2fdfeb1574",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lhdjung/actions/runs/28011267234"
    }
  ]
}