-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 898 Bytes
/
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
Package: ProtocolGenerator
Type: Package
Title: Generate HTML OHDSI study protocols
Version: 0.0.2
Date: 2024-10-16
Authors@R: c(
person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre"))
)
Maintainer: Jenna Reps <jreps@its.jnj.com>
Description: Generate OHDSI study protocols in HTML format from a json specification.
License: Apache License 2.0
URL: https://ohdsi.github.io/ProtocolGenerator, https://github.com/OHDSI/ProtocolGenerator
BugReports: https://github.com/OHDSI/ProtocolGenerator/issues
VignetteBuilder: knitr
Depends:
R (>= 3.3.0)
Imports:
dplyr,
jsonlite,
quarto,
reactable,
rlang,
ROhdsiWebApi
Suggests:
Characterization,
CohortIncidence,
CohortMethod,
Cyclops,
keyring,
knitr,
markdown,
ParallelLogger,
PatientLevelPrediction,
remotes,
rmarkdown,
SelfControlledCaseSeries,
testthat
RoxygenNote: 7.2.3
Encoding: UTF-8