-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.1 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
Package: PETDiagnostics
Title: Diagnostics for the OMOP perinatal expansion (OMOP)
Version: v0.4
Authors@R:
person("Theresa", "Burkard", , "theresa.burkard@ndorms.ox.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1313-4473"))
Description: This package assesses the feasibility of data sources to implement the perinatal expansion into their OMOP data. The package contains several quality checks to test the feasibility and fitness of the perinatal expansion into the data. The function executeChecks() allows running all checks at once and returns a list containing the results of each check and for each expansion table.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
DT,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
CDMConnector (>= 1.2.0),
checkmate,
DBI,
dplyr,
duckdb,
glue,
lubridate,
magrittr,
misty,
rlang,
here,
tidyr,
stats,
tibble,
zip
VignetteBuilder: knitr
URL: https://oxford-pharmacoepi.github.io/PETDiagnostics/