Package: proratar 0.1.0

Shunsuke Homma
proratar: Proportional Allocation with Sum Consistency
Provides robust functions for proportional allocation of numeric values. It guarantees sum consistency after rounding or integer truncation using one of two adjustment methods: the largest remainder method or max-value adjustment. Handles edge cases like NA weights and vector total values seamlessly.
Authors:
proratar_0.1.0.tar.gz
proratar_0.1.0.tar.gz(r-4.7-any)proratar_0.1.0.tar.gz(r-4.6-any)
proratar_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
proratar/json (API)
| # Install 'proratar' in R: |
| install.packages('proratar', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:24a6330696. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 108 | ||
| wasm-release | OK | 85 |
Exports:prorateprorate_int
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Proportional Allocation | prorate |
| Integer Proportional Allocation | prorate_int |