-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
68 lines (68 loc) · 1.64 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: pillar
Title: Coloured Formatting for Columns
Version: 1.9.99.9902
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Hadley",
family = "Wickham",
role = "aut"),
person(given = "RStudio",
role = "cph"))
Description: Provides 'pillar' and 'colonnade' generics designed
for formatting columns of data using the full range of colours
provided by modern terminals.
License: MIT + file LICENSE
URL: https://pillar.r-lib.org/, https://github.com/r-lib/pillar
BugReports: https://github.com/r-lib/pillar/issues
Imports:
cli (>= 2.3.0),
glue,
lifecycle,
rlang (>= 1.0.2),
utf8 (>= 1.1.0),
utils,
vctrs (>= 0.5.0)
Suggests:
bit64,
DBI,
debugme,
DiagrammeR,
dplyr,
formattable,
ggplot2,
knitr,
lubridate,
nanotime,
nycflights13,
palmerpenguins,
rmarkdown,
scales,
stringi,
survival,
testthat (>= 3.1.1),
tibble,
units (>= 0.7.2),
vdiffr,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first:
format_multi_fuzz,
format_multi_fuzz_2,
format_multi,
ctl_colonnade,
ctl_colonnade_1,
ctl_colonnade_2
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/gha/extra-packages: DiagrammeR=?ignore-before-r=3.5.0
Config/Needs/website: tidyverse/tidytemplate