@@ -2,16 +2,26 @@ Type: Package
2
2
Package: browseMetadata
3
3
Title: Browse and categorise health metadata
4
4
Version: 1.2.2
5
- Authors@R:
6
- person("Rachael", "Stickland", , "rstickland@turing.ac.uk", role = c("aut", "cre"),
7
- comment = c(ORCID = "0000-0003-3398-4272"))
5
+ Authors@R: c(
6
+ person("Rachael", "Stickland", , "rstickland@turing.ac.uk",
7
+ role = c("aut", "cre"),
8
+ comment = c(ORCID = "0000-0003-3398-4272")),
9
+ person("Batool", "Almarzouq", , , role = "ctb",
10
+ comment = c(ORCID = "0000-0002-3905-2751")),
11
+ person("Mahwish", "Mohammad", , , role = "ctb",
12
+ comment = c(ORCID = "0009-0004-5295-0726")),
13
+ person("Daniel", "Delbarre", , , role = "ctb",
14
+ comment = c(ORCID = "0000-0003-4633-4252")),
15
+ person("Nida", "Ziauddeen", , , role = "ctb",
16
+ comment = c(ORCID = "0000-0002-8964-5029"))
17
+ )
8
18
Maintainer: Rachael Stickland <rstickland@turing.ac.uk>
9
- Description: This R package helps a researcher browse datasets in SAIL databank.
10
- It has scope to be applied to other health datasets.
11
- It is useful in the earlier stages of a project; prior to data access,
12
- researchers can use the metadata to browse and categorise variables.
19
+ Description: Visualise and categorise publicly available metadata from health
20
+ datasets. By interacting with metadata prior to gaining full access to health
21
+ datasets, researchers can use this tool to browse datasets and categorise
22
+ variables.
13
23
License: GPL (>= 3)
14
- URL: https://aim-rsf.github.io/browseMetadata
24
+ URL: https://aim-rsf.github.io/browseMetadata/
15
25
Depends:
16
26
R (>= 2.10)
17
27
Imports:
@@ -21,7 +31,7 @@ Imports:
21
31
gridExtra,
22
32
htmlwidgets,
23
33
plotly,
24
- rjson ,
34
+ jsonlite ,
25
35
tidyr
26
36
Suggests:
27
37
knitr,
0 commit comments