Package: prettyunits 1.2.0.9000
prettyunits: Pretty, Human Readable Formatting of Quantities
Pretty, human readable formatting of quantities. Time intervals: '1337000' -> '15d 11h 23m 20s'. Vague time intervals: '2674000' -> 'about a month ago'. Bytes: '1337' -> '1.34 kB'. Rounding: '99' with 3 significant digits -> '99.0' p-values: '0.00001' -> '<0.0001'. Colors: '#FF0000' -> 'red'. Quantities: '1239437' -> '1.24 M'.
Authors:
prettyunits_1.2.0.9000.tar.gz
prettyunits_1.2.0.9000.zip(r-4.6)prettyunits_1.2.0.9000.zip(r-4.5)prettyunits_1.2.0.9000.zip(r-4.4)
prettyunits_1.2.0.9000.tgz(r-4.6-any)prettyunits_1.2.0.9000.tgz(r-4.5-any)
prettyunits_1.2.0.9000.tar.gz(r-4.6-any)prettyunits_1.2.0.9000.tar.gz(r-4.5-any)
prettyunits_1.2.0.9000.tgz(r-4.5-emscripten)
prettyunits.pdf |prettyunits.html✨
prettyunits/json (API)
NEWS
| # Install 'prettyunits' in R: |
| install.packages('prettyunits', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/prettyunits/issues
Pkgdown/docs site:https://r-lib.github.io
Last updated from:a321ec23ea. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | |
| source / vignettes | OK | 141 | |
| linux-release-x86_64 | OK | 88 | |
| macos-devel-arm64 | OK | 102 | |
| macos-release-arm64 | OK | 86 | |
| windows-devel | OK | 73 | |
| windows-release | OK | 71 | |
| windows-oldrel | OK | 76 | |
| wasm-release | OK | 72 |
Exports:compute_bytescompute_numpretty_bytespretty_colorpretty_colourpretty_dtpretty_mspretty_numpretty_p_valuepretty_roundpretty_secpretty_signiftime_agovague_dt
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bytes in a human readable string | compute_bytes pretty_bytes |
| Color definition (like RGB) to a name | pretty_color pretty_colour |
| Pretty formatting of time intervals (difftime objects) | pretty_dt |
| Pretty formatting of milliseconds | pretty_ms |
| Linear quantities in a human readable string | compute_num pretty_num |
| p-values in a human-readable string | pretty_p_value |
| Round a value to a defined number of digits printing out trailing zeros, if applicable | pretty_round |
| Pretty formatting of seconds | pretty_sec |
| Round a value to a defined number of significant digits printing out trailing zeros, if applicable | pretty_signif |
| Human readable format of the time interval since a time point | time_ago |
| Human readable format of a time interval | vague_dt |
