Package: roundwork 0.0.1

roundwork: Rounding Infrastructure

Flexible rounding functions for use in error detection. They were outsourced from the 'scrutiny' package.

Authors:Lukas Jung [aut, cre]

roundwork_0.0.1.tar.gz
roundwork_0.0.1.zip(r-4.7)roundwork_0.0.1.zip(r-4.6)roundwork_0.0.1.zip(r-4.5)
roundwork_0.0.1.tgz(r-4.6-any)roundwork_0.0.1.tgz(r-4.5-any)
roundwork_0.0.1.tar.gz(r-4.7-any)roundwork_0.0.1.tar.gz(r-4.6-any)
roundwork_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
roundwork/json (API)

# 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

Pkgdown/docs site:https://lhdjung.github.io

On CRAN:

Conda:

4.61 score 27 scripts 205 downloads 20 exports 18 dependencies

Last updated from:76209fb503. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK158
source / vignettesOK171
linux-release-x86_64OK138
macos-release-arm64OK163
macos-oldrel-arm64OK132
windows-develOK78
windows-releaseOK80
windows-oldrelOK95
wasm-releaseOK115

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:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyselectutf8vctrswithr

Relation to scrutiny
Resolving conflicts

Last update: 2024-09-25
Started: 2024-09-22

Rounding options
In the errorverse | Rounding at 5 in other software | Note on rounding to even

Last update: 2024-09-25
Started: 2024-04-28

Rounding in depth
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

Last update: 2024-05-30
Started: 2024-04-28

Readme and manuals

Help Manual

Help pageTopics
Generalized rounding to the nearest fraction of a specified denominatorfractional-rounding reround_to_fraction reround_to_fraction_level
IEEE 754 rounding standardieee-754 round_ties_to_away round_ties_to_even round_toward_negative round_toward_positive round_toward_zero
General interface to reconstructing rounded numbersreround
Compute rounding biasrounding_bias
Common rounding proceduresrounding-common round_down round_down_from round_up round_up_from
Uncommon rounding proceduresanti_trunc rounding-uncommon round_anti_trunc round_ceiling round_floor round_trunc
Reconstruct rounding boundsunround