-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 982 Bytes
/
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
Type: Package
Package: browseMetadata
Title: Browse and categorise health metadata
Version: 1.2.2
Authors@R:
person("Rachael", "Stickland", , "rstickland@turing.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3398-4272"))
Maintainer: Rachael Stickland <rstickland@turing.ac.uk>
Description: This R package helps a researcher browse datasets in SAIL databank.
It has scope to be applied to other health datasets.
It is useful in the earlier stages of a project; prior to data access,
researchers can use the metadata to browse and categorise variables.
License: GPL (>= 3)
URL: https://aim-rsf.github.io/browseMetadata
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
ggplot2,
gridExtra,
htmlwidgets,
plotly,
rjson,
tidyr
Suggests:
knitr,
rmarkdown,
devtools,
testthat (>= 3.0.0),
mockery
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2