forked from hughjonesd/huxtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Type: Package
Package: huxtable
Title: Easily Create and Style Tables for LaTeX, HTML and Other Formats
Version: 4.7.0.9000
Authors@R:
person(given = "David",
family = "Hugh-Jones",
role = c("aut", "cre"),
email = "davidhughjones@gmail.com")
Author: David Hugh-Jones [aut, cre]
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>
Description: Like 'xtable', creates styled tables. Export to HTML, LaTeX, 'Word',
'Excel', 'PowerPoint' and RTF. Simple, modern interface to manipulate
borders, size, position, captions, colours, text styles and number formatting.
Table cells can span multiple rows and/or columns.
Includes a 'huxreg' function for creation of regression tables, and 'quick_*'
one-liners to print data to a new document.
License: MIT + file LICENSE
URL: https://hughjonesd.github.io/huxtable
BugReports: https://github.com/hughjonesd/huxtable/issues
Imports:
assertthat,
generics,
glue,
memoise,
rlang,
stats,
stringr (>= 1.2.0),
tibble,
tidyselect,
utils
Suggests:
bookdown,
broom (>= 0.5.1),
broom.mixed,
covr,
crayon,
devtools,
dplyr,
flextable,
ggplot2,
httr,
knitr,
lazyeval,
lme4,
lmtest,
nlme,
nnet,
officer,
openxlsx,
psych,
rmarkdown,
sandwich,
scales,
testthat,
tinytex
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)