forked from OHDSI/omock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.79 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.79 KB
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
58
59
Type: Package
Package: omock
Title: Creation of Mock Observational Medical Outcomes Partnership Common
Data Model
Version: 0.6.0.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("Martí", "Català", , "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:
arrow,
cli,
dplyr,
lifecycle,
clock,
methods,
omopgenerics (>= 1.3.1),
purrr,
readr,
rlang,
stats,
utils
Suggests:
CDMConnector,
DBI,
duckdb,
ggplot2,
gt,
knitr,
PatientProfiles,
rmarkdown,
stringr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
BugReports: https://github.com/ohdsi/omock/issues
LazyData: true
Roxygen: list(markdown = TRUE)