-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.19 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
Package: papeR
Title: A Toolbox for Writing Pretty Papers and Reports
Version: 1.0-6
Date: 2025-04-01
Authors@R: c(person(given = "Benjamin", family = "Hofner", role = c("aut", "cre"),
email = "benjamin.hofner@pei.de",
comment = c(ORCID = "0000-0003-2810-3186")),
person("Romain", "Francois", role = "ctb"),
person("Kurt", "Hornik", role = "ctb"),
person("Martin", "Maechler", role = "ctb"),
person("David", "Dahl", role = "ctb", comment = "see inst/CONTRIBUTIONS for details")
)
Maintainer: Benjamin Hofner <benjamin.hofner@pei.de>
Description: A toolbox for writing 'knitr', 'Sweave' or other 'LaTeX'- or 'markdown'-based
reports and to prettify the output of various estimated models.
Depends:
car,
xtable
Enhances:
lme4,
survival
Imports:
utils,
gmodels,
graphics,
stats
Suggests:
nlme,
knitr,
rmarkdown,
testthat (>= 0.10.0),
foreign
License: GPL-2
URL: https://github.com/hofnerb/papeR
Copyright: See inst/COPYRIGHTS.
VignetteBuilder: knitr
Collate:
'helpers.R'
'labels.R'
'summarize.R'
'plot.R'
'prettify.R'
'toLatex.R'