-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
57 lines (57 loc) · 1.84 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
53
54
55
56
57
Package: reporter
Type: Package
Title: Creates Statistical Reports
Version: 1.4.4
Authors@R: c(
person("David", "Bosak", email = "[email protected]", role = c("aut", "cre")),
person("Kevin", "Kramer", email = "[email protected]", role = "ctb"),
person("Duong", "Tran", email = "[email protected]", role = "ctb"),
person("Raphael", "Huang", email = "[email protected]", role = "ctb"),
person("Archytas Clinical Solutions", role = "cph")
)
Maintainer: David Bosak <[email protected]>
Description: Contains functions to create regulatory-style statistical reports.
Originally designed to create tables, listings, and figures for the
pharmaceutical, biotechnology, and medical device industries, these
reports are generalized enough that they could be used in any industry.
Generates text, rich-text, PDF, HTML, and Microsoft Word file formats.
The package specializes
in printing wide and long tables with automatic page wrapping and splitting.
Reports can be produced with a minimum of function calls, and without
relying on other table packages. The package supports titles, footnotes,
page header, page footers, spanning headers, page by variables,
and automatic page numbering.
License: CC0
Encoding: UTF-8
URL: https://reporter.r-sassy.org, https://github.com/dbosak01/reporter
BugReports: https://github.com/dbosak01/reporter/issues
Depends: R (>= 3.6),
common (>= 1.1.0)
Suggests:
testthat,
magrittr,
dplyr,
tidyr,
readr,
knitr,
rmarkdown,
ggplot2,
gridExtra,
survminer,
utils,
logr,
covr,
libr,
devEMF,
patchwork
Imports: fmtr(>= 1.5.8),
stringi,
crayon,
jpeg,
graphics,
grDevices,
zip,
withr,
glue
RoxygenNote: 7.3.1
VignetteBuilder: knitr