-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.62 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
49
50
Type: Package
Package: mapmetadata
Title: Map health metadata onto predefined research domains
Version: 3.0.0
Authors@R: c(
person("Rachael", "Stickland", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3398-4272")),
person("Batool", "Almarzouq", role = "ctb",
comment = c(ORCID = "0000-0002-3905-2751")),
person("Mahwish", "Mohammad", role = "ctb",
comment = c(ORCID = "0009-0004-5295-0726")),
person("Daniel", "Delbarre", role = "ctb",
comment = c(ORCID = "0000-0003-4633-4252")),
person("Nida", "Ziauddeen", role = "ctb",
comment = c(ORCID = "0000-0002-8964-5029"))
)
Description: Prior to gaining full access to health datasets, explore
publicly available metadata and map metadata onto predefined research
domains. This package uses structural metadata files downloaded from
the Health Data Research Gateway (https://healthdatagateway.org/en).
In theory, any metadata file with the same structure as the files
downloaded from this gateway can be used with this package, but the
package has been developed and tested on metadata files from this
gateway only.
License: GPL (>= 3)
URL: https://aim-rsf.github.io/mapmetadata/
BugReports: https://github.com/aim-rsf/mapmetadata/issues
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
ggplot2,
gridExtra,
htmlwidgets,
plotly,
tidyr
Suggests:
devtools,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2