Package: roundwork 0.0.1
roundwork: Rounding Infrastructure
Flexible rounding functions for use in error detection. They were outsourced from the 'scrutiny' package.
Authors:
roundwork_0.0.1.tar.gz
roundwork_0.0.1.zip(r-4.5)roundwork_0.0.1.zip(r-4.4)roundwork_0.0.1.zip(r-4.3)
roundwork_0.0.1.tgz(r-4.4-any)roundwork_0.0.1.tgz(r-4.3-any)
roundwork_0.0.1.tar.gz(r-4.5-noble)roundwork_0.0.1.tar.gz(r-4.4-noble)
roundwork_0.0.1.tgz(r-4.4-emscripten)roundwork_0.0.1.tgz(r-4.3-emscripten)
roundwork.pdf |roundwork.html✨
roundwork/json (API)
NEWS
# Install 'roundwork' in R: |
install.packages('roundwork', repos = c('https://lhdjung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lhdjung/roundwork/issues
Last updated 2 months agofrom:76209fb503. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | NOTE | Oct 27 2024 |
R-4.4-mac | NOTE | Oct 27 2024 |
R-4.3-win | NOTE | Oct 27 2024 |
R-4.3-mac | NOTE | Oct 27 2024 |
Exports:%>%anti_truncreroundreround_to_fractionreround_to_fraction_levelround_anti_truncround_ceilinground_downround_down_fromround_floorround_ties_to_awayround_ties_to_evenround_toward_negativeround_toward_positiveround_toward_zeroround_truncround_upround_up_fromrounding_biasunround
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyselectutf8vctrswithr
Relation to scrutiny
Rendered fromscrutiny.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2024-09-25
Started: 2024-09-22
Rounding in depth
Rendered fromrounding-in-depth.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2024-05-30
Started: 2024-04-28
Rounding options
Rendered fromrounding-options.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2024-09-25
Started: 2024-04-28
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generalized rounding to the nearest fraction of a specified denominator | fractional-rounding reround_to_fraction reround_to_fraction_level |
IEEE 754 rounding standard | ieee-754 round_ties_to_away round_ties_to_even round_toward_negative round_toward_positive round_toward_zero |
General interface to reconstructing rounded numbers | reround |
Compute rounding bias | rounding_bias |
Common rounding procedures | rounding-common round_down round_down_from round_up round_up_from |
Uncommon rounding procedures | anti_trunc rounding-uncommon round_anti_trunc round_ceiling round_floor round_trunc |
Reconstruct rounding bounds | unround |