-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 842 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
Package: html2latex
Title: Converting sjPlot Models To LaTeX
Version: 0.1
Authors@R: c(
person(given = "Gorka",
family = "Navarrete",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tjebo",
family = "Heeren",
role = c("ctb"))
)
Description: The sjPlot package creates beautiful tables for your statistical
analysis, but it is currently not possible to easily save the output
(html tables) as tex or pdf documents, or include them in Rmd documents.
html2latex offers this functionality.
License: MIT + file LICENSE
Depends:
R (>= 4.0)
Imports:
sjPlot (>= 2.8.7),
lme4 (>= 1.1.26),
stringr (>= 1.4.0),
tinytex (>= 0.40)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr