Package: roundwork Title: Rounding Infrastructure Version: 0.0.1 Authors@R: c( person(given = "Lukas", family = "Jung", role = c("aut", "cre"), email = "jung-lukas@gmx.net") ) Description: Flexible rounding functions for use in error detection. They were outsourced from the 'scrutiny' package. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: conflicted, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Imports: cli, dplyr, magrittr, purrr, rlang, stringr, tibble Collate: 'round.R' 'ieee-754.R' 'utils.R' 'reround-to-fraction.R' 'round-ceil-floor.R' 'reround.R' 'rounding-bias.R' 'unround.R' 'utils-pipe.R' URL: https://lhdjung.github.io/roundwork/, https://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: 2026-06-23 08:00:48 UTC; root Author: Lukas Jung [aut, cre] Maintainer: Lukas Jung