Package: prettyunits Title: Pretty, Human Readable Formatting of Quantities Version: 1.2.0.9000 Authors@R: c( person("Gabor", "Csardi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Bill", "Denney", , "wdenney@humanpredictions.com", role = "ctb", comment = c(ORCID = "0000-0002-5759-428X")), person("Christophe", "Regouby", , "christophe.regouby@free.fr", role = "ctb"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: 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'. License: MIT + file LICENSE URL: https://github.com/r-lib/prettyunits, http://r-lib.github.io/prettyunits/ BugReports: https://github.com/r-lib/prettyunits/issues Depends: R(>= 2.10) Suggests: codetools, covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-26 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 07:00:17 UTC RemoteUrl: https://github.com/r-lib/prettyunits RemoteRef: HEAD RemoteSha: a321ec23ea30b904540bb8b0d30f2a519512d90e NeedsCompilation: no Packaged: 2026-06-18 09:18:56 UTC; root Author: Gabor Csardi [aut, cre], Bill Denney [ctb] (ORCID: ), Christophe Regouby [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Gabor Csardi