-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 995 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 995 Bytes
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
Package: sjtable2df
Title: Convert 'sjPlot' HTML-Tables to R 'data.frame'
Version: 0.0.5
Authors@R:
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1866-860X"))
Description: A small set of helper functions to convert 'sjPlot'
HTML-tables to R data.frame objects / knitr::kable-tables.
License: GPL (>= 3)
URL: https://github.com/kapsner/sjtable2df
BugReports: https://github.com/kapsner/sjtable2df/issues
Depends:
R (>= 4.1.0)
Imports:
data.table,
kableExtra,
rlang,
rvest,
stats,
xml2
Suggests:
lintr,
lme4,
mlbench,
quarto,
sjPlot,
testthat (>= 3.0.1)
VignetteBuilder:
quarto
Config/testthat/edition: 3
Config/testthat/parallel: false
Date/Publication: 2026-01-18 09:54:25.00001 UTC
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
SystemRequirements: Quarto command line tools
(https://github.com/quarto-dev/quarto-cli).
RoxygenNote: 7.3.3