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.7)prettyunits_1.2.0.9000.zip(r-4.6)prettyunits_1.2.0.9000.zip(r-4.5)
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.7-any)prettyunits_1.2.0.9000.tar.gz(r-4.6-any)
prettyunits_1.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 105 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| windows-devel | OK | 124 | ||
| windows-release | OK | 62 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 80 |
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 |
