forked from gforge/htmlTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
Package: htmlTable
Version: 1.12
Date: 2018-05-25
Title: Advanced Tables for Markdown/HTML
Authors@R: c(
person("Max", "Gordon", email = "max@gforge.se",
role = c("aut", "cre")),
person("Stephen", "Gragg", role=c("aut")),
person("Peter", "Konings", role=c("aut")))
Maintainer: Max Gordon <max@gforge.se>
Description: Tables with state-of-the-art layout elements such as row spanners,
column spanners, table spanners, zebra striping, and more. While allowing
advanced layout, the underlying css-structure is simple in order to maximize
compatibility with word processors such as 'MS Word' or 'LibreOffice'. The package
also contains a few text formatting functions that help outputting text
compatible with HTML/LaTeX.
License: GPL (>= 3)
URL: http://gforge.se/packages/
BugReports: https://github.com/gforge/htmlTable/issues
Biarch: yes
Imports:
stringr,
knitr (>= 1.6),
magrittr (>= 1.5),
methods,
checkmate,
htmlwidgets,
htmltools,
rstudioapi (>= 0.6)
Suggests:
testthat,
XML,
xtable,
ztable,
Hmisc,
reshape,
rmarkdown,
pander,
chron,
lubridate,
tibble,
tidyr (>= 0.7.2),
dplyr (>= 0.7.4)
Roxygen: list(wrap = FALSE)
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 6.0.1