-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.35 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
Package: tabulate
Title: Pretty Console Output for Tables
Version: 0.1.0.9000
Authors@R: c(
person(given = "Daniel",
family = "Falbel",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Pranav",
family = "Srinivas Kumar",
role = c("aut", "cph"),
comment = "Author of included Tabulate code"),
person(given = "Martin",
family = "Moene",
role = c("aut", "cph"),
comment = "Author of included Variant-lite code"),
person(given = "Ihor",
family = "Kalnytskyi",
role = c("aut", "cph"),
comment = "Author of included Termcolor code"),
person(family = "RStudio", role = c("cph")))
Description: Generates pretty console output for tables allowing for full customization
of cell colors, font type, borders and many others attributes. It also supports 'multibyte'
characters and nested tables.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo:
Rcpp
Imports:
cli,
magrittr,
rlang,
Rcpp
SystemRequirements: C++11
URL: https://github.com/mlverse/tabulate,
https://mlverse.github.io/tabulate/
BugReports: https://github.com/mlverse/tabulate/issues
Suggests:
rmarkdown,
testthat (>= 3.0.0),
emoji
Config/testthat/edition: 3