-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
42 lines (42 loc) · 971 Bytes
/
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
32
33
34
35
36
37
38
39
40
41
42
Package: paint
Title: paint data.frames summaries in colour
Version: 0.2.0
Authors@R:
person(given = "Miles",
family = "McBain",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2865-2548"))
Description: Provides an alternative to the print() methods provided by the authors
of `data.frame` objects: `tibble`, `sf`, `data.table`, `data.frame`.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/MilesMcBain/paint
BugReports: https://github.com/MilesMcBain/paint/issues
Depends:
R (>= 3.6.0)
Imports:
crayon,
keypress,
pryr,
purrr,
RColorBrewer,
stringi,
utils,
vctrs,
viridisLite
Suggests:
spData,
tibble,
tsibble,
data.table,
sf,
testthat (>= 3.0.0),
dplyr,
tidyr,
palmerpenguins,
rlang
Config/testthat/edition: 3