-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.11 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
Package: OhdsiReportGenerator
Type: Package
Title: Extract results and generate plots, presentations and reports from the Observational Health Data Sciences and Informatics results database
Version: 1.0.0
Date: 2024-12-05
Authors@R: c(
person("Jenna", "Reps", email = "[email protected]", role = c("aut", "cre")),
person("Anthony", "Sena", email = "[email protected]", role = c("aut"))
)
Maintainer: Jenna Reps <[email protected]>
Description: Extract analysis results into R data.frames from the Observational Health Data Sciences and Informatics result database and generate reports that summarize results in HTML format.
License: Apache License 2.0
URL: https://ohdsi.github.io/OhdsiReportGenerator, https://github.com/OHDSI/OhdsiReportGenerator
BugReports: https://github.com/OHDSI/OhdsiReportGenerator/issues
VignetteBuilder: knitr
Depends:
R (>= 3.3.0)
Imports:
DatabaseConnector,
forestplot,
dplyr,
ggplot2,
ggpubr,
ParallelLogger,
quarto,
reactable,
rlang,
SqlRender,
tibble,
tidyr
Suggests:
knitr,
markdown,
ResultModelManager,
rmarkdown,
testthat
RoxygenNote: 7.3.2
Encoding: UTF-8