-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from aim-rsf/rOpensci-editor-comments
R opensci editor comments
- Loading branch information
Showing
34 changed files
with
208 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,21 @@ Package: browseMetadata | |
Title: Browse and categorise health metadata | ||
Version: 2.0.2 | ||
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")) | ||
) | ||
Maintainer: Rachael Stickland <[email protected]> | ||
Description: Visualise and categorise publicly available metadata from health | ||
datasets. By interacting with metadata prior to gaining full access to health | ||
datasets, researchers can use this tool to browse datasets and categorise | ||
variables. | ||
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: Visualise and categorise publicly available metadata from | ||
health datasets. By interacting with metadata prior to gaining full | ||
access to health datasets, researchers can use this tool to browse | ||
datasets and categorise variables. | ||
License: GPL (>= 3) | ||
URL: https://aim-rsf.github.io/browseMetadata/ | ||
BugReports: https://github.com/aim-rsf/browseMetadata/issues | ||
|
@@ -31,15 +29,16 @@ Imports: | |
ggplot2, | ||
gridExtra, | ||
htmlwidgets, | ||
plotly, | ||
jsonlite, | ||
plotly, | ||
tidyr | ||
Suggests: | ||
devtools, | ||
knitr, | ||
mockery, | ||
rmarkdown, | ||
devtools, | ||
testthat (>= 3.0.0), | ||
mockery | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.