-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.64 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
Type: Package
Package: omock
Title: Creation of Mock Observational Medical Outcomes Partnership Common
Data Model
Version: 0.3.2.9000
Authors@R: c(
person("Mike", "Du", , "mike.du@ndorms.ox.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Marti", "Catala", , "marti.catalasabate@ndorms.ox.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-3308-9905")),
person("Edward", "Burn", , "edward.burn@ndorms.ox.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-9286-1128")),
person("Nuria", "Mercade-Besora", , "nuria.mercadebesora@ndorms.ox.ac.uk", role = "aut",
comment = c(ORCID = "0009-0006-7948-3747")),
person("Xihang", "Chen", , "xihang.chen@ndorms.ox.ac.uk", role = "aut",
comment = c(ORCID = "0009-0001-8112-8959"))
)
Maintainer: Mike Du <mike.du@ndorms.ox.ac.uk>
Description: Creates mock data for testing and package development for the
Observational Medical Outcomes Partnership common data model. The
package offers functions crafted with pipeline-friendly
implementation, enabling users to effortlessly include only the
necessary tables for their testing needs.
License: Apache License (>= 2)
URL: https://ohdsi.github.io/omock/, https://github.com/ohdsi/omock
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
lubridate,
methods,
omopgenerics (>= 0.3.0),
purrr,
rlang,
snakecase,
stats
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
BugReports: https://github.com/ohdsi/omock/issues