forked from ewenharrison/finalfit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.17 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
Package: finalfit
Type: Package
Title: Quickly Create Elegant Regression Results Tables and Plots when Modelling
Version: 1.0.1
Authors@R: c(
person(given = "Ewen", family = "Harrison", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Tom", family = "Drake", role = c("aut")),
person(given = "Riinu", family = "Ots", role = c("aut")))
Maintainer: Ewen Harrison <[email protected]>
Description: Generate regression results tables and plots in final
format for publication. Explore models and export directly to PDF
and 'Word' using 'RMarkdown'.
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/ewenharrison/finalfit/issues
URL: https://github.com/ewenharrison/finalfit
Imports:
bdsmatrix,
boot,
broom,
dplyr,
forcats,
GGally,
ggplot2,
grid,
gridExtra,
lme4,
magrittr,
mice,
pillar,
pROC,
purrr,
scales,
stats,
stringr,
survival,
tidyr (>= 1.0.0)
RoxygenNote: 6.1.1
Suggests:
cmprsk,
coxme,
knitr,
readr,
rlang,
rmarkdown,
rstan,
survey,
survminer,
testthat,
tibble
VignetteBuilder: knitr