-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 832 Bytes
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
32
33
34
35
36
37
38
Package: makeup
Title: Format vectors
Version: 1.1.0
Authors@R:
person("Juan Pablo", "Marin Diaz", , "jpmarindiaz@gmail.com", role = c("aut", "cre"))
Maintainer: Juan Pablo Marin Diaz <jpmarindiaz@gmail.com>
Description: Make character, numeric or date values into humans readable
format.
License: MIT + file LICENSE
URL: https://github.com/datasketch/makeup
BugReports: https://github.com/datasketch/makeup/issues
Depends:
R (>= 3.1)
Imports:
d3.format,
dplyr,
dstools (>= 0.1.0),
htmlwidgets,
lubridate,
purrr,
scales,
stringi,
tibble,
utils,
cldrr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Remotes:
datasketch/cldrr,
dreamRs/d3.format
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2