-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"))
)
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
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3