-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.02 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
Package: colorDF
Title: Colorful Data Frames in R Terminal
Version: 0.1.7
Authors@R:
person(given = "January",
family = "Weiner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1438-7819"))
Description: Colorful Data Frames in the terminal. The new class does
change the behaviour of any of the objects, but adds a style
definition and a print method. Using ANSI escape codes, it
colors the terminal output of data frames. Some column types
(such as p-values and identifiers) are automatically
recognized.
URL: https://january3.github.io/colorDF/, https://github.com/january3/colorDF/
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: purrr,crayon
Suggests:
knitr,
rmarkdown,
fansi,
htmltools,
data.table,
testthat (>= 2.1.0),
tibble,
dplyr,
tidyr
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)