-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
33 lines (33 loc) · 989 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
Package: tableHTML
Type: Package
Title: A Tool to Create HTML Tables
Version: 2.1.2
Authors@R: c(
person("Theo", "Boutaris", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Clemens", "Zauchner", email = "[email protected]", role = "aut"),
person("Dana", "Jomar", email = "[email protected]", role = "aut"))
URL: https://github.com/LyzandeR/tableHTML
BugReports: https://github.com/LyzandeR/tableHTML/issues
Depends:
R (>= 3.2.0)
Imports:
htmltools,
magrittr,
shiny,
jpeg,
methods,
png,
webshot
Description: A tool to create and style HTML tables with CSS. These can
be exported and used in any application that accepts HTML (e.g. 'shiny',
'rmarkdown', 'PowerPoint'). It also provides functions to create CSS files
(which also work with shiny).
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.2.2
Suggests:
testthat,
knitr,
rmarkdown,
RColorBrewer
VignetteBuilder: knitr