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.5)prettyunits_1.2.0.9000.zip(r-4.4)prettyunits_1.2.0.9000.zip(r-4.3)
prettyunits_1.2.0.9000.tgz(r-4.4-any)prettyunits_1.2.0.9000.tgz(r-4.3-any)
prettyunits_1.2.0.9000.tar.gz(r-4.5-noble)prettyunits_1.2.0.9000.tar.gz(r-4.4-noble)
prettyunits_1.2.0.9000.tgz(r-4.4-emscripten)prettyunits_1.2.0.9000.tgz(r-4.3-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
Last updated 4 months agofrom:d7da84321a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
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 |