-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.07 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
Package: tatoo
Type: Package
Title: Combine and Export Data Frames
Version: 1.1.2
Authors@R: person("Stefan", "Fleck", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Stefan Fleck <[email protected]>
Description:
Functions to combine data.frames in ways that require additional effort in
base R, and to add metadata (id, title, ...) that can be used for printing and
xlsx export. The 'Tatoo_report' class is provided as a
convenient helper to write several such tables to a workbook, one table per
worksheet. Tatoo is built on top of 'openxlsx', but intimate knowledge of
that package is not required to use tatoo.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
assertthat,
magrittr,
data.table,
openxlsx (>= 4.0.0),
stringi,
colt,
crayon,
withr
Suggests:
testthat,
rprojroot,
kableExtra,
knitr,
rmarkdown
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/statistikat/tatoo/issues
URL: https://github.com/statistikat/tatoo