-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.14 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
Type: Package
Package: epitable
Version: 0.1.2
Date: 2017-09-27
Title: Create HTML Tables in the Style Used in Epidemiological Papers
Authors@R: person("Rasmus", "Larsen", email = "rasmushertzumlarsen@gmail.com",
role = c("aut", "cre"))
Author: Rasmus Larsen [aut, cre]
Maintainer: Rasmus Larsen <rasmushertzumlarsen@gmail.com>
Description: Functions for creating publication ready tables in HTML format,
commonly used in epidemiological publications. This includes descriptive
tables of frequencies and percentages, and also analytical tables
presenting regression models.
URL: https://github.com/rasmusrhl/epitable, https://rasmusrhl.github.io/epi_doc/
Depends:
R (>= 3.4.2)
Imports:
tidyverse (>= 1.1.1),
broom (>= 0.4.2),
Hmisc (>= 4.0-3),
htmlTable (>= 1.9),
purrr (>= 0.2.3),
plyr (>= 1.4.8),
dplyr (>= 0.7),
rlang (>= 0.1.2),
readr (>= 1.1.0),
stringr (>= 1.2.0),
survival (>= 2.41-3),
tidyr (>= 0.7.0),
magrittr (>= 1.5)
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr