-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
79 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,79 @@ | ||
Package: cvars | ||
Title: Clinical Visual Analytics for Review and Submission | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Smriti", "Anand", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jayashree", "V", role = "aut"), | ||
person("Sukalpo", "Saha", role = "aut"), | ||
person("Vikram", "S", role = "aut"), | ||
person("Jagadish", "Katam", role = "aut"), | ||
person("Arjun", "Rubalingam", role = "aut"), | ||
person("Amol Bandu", "Gorde", role = "aut"), | ||
person("Gomathi", "S", role = "aut"), | ||
person("Dhivya", "Kanagaraj", role = "ctb"), | ||
person("Neetu", "Sangari, role = "ctb"), | ||
person("Aishwarya", "LR", role = "ctb"), | ||
person("Manali", "Jadhav", role = "ctb"), | ||
person("Prakasam", "R", role = "ctb") | ||
) | ||
Description: Development of an open-source tool and package to enable | ||
generation of identified interactive plots for clinical review and direct inclusion | ||
in submission for regulatory agencies. The initial scope is to develop | ||
a package to generate interactive forest and volcano plots for adverse event and | ||
FDA Medical Queries (FMQs) analysis outputs for inclusion in submissions | ||
to the FDA. | ||
This work is a collaboration among the American Statistical Association (ASA), PHUSE, and FDA. | ||
License: Apache License (>= 2) | ||
URL: https://github.com/phuse-org/aesummaries/ | ||
BugReports: https://github.com/phuse-org/aesummaries/issues/ | ||
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
dplyr (>= 1.0.7), | ||
DT (>= 0.19), | ||
epitools (>= 0.5.10.1), | ||
flextable (>= 0.8.6), | ||
forcats (>= 0.5.1), | ||
ggplot2 (>= 3.3.5), | ||
golem (>= 0.3.1), | ||
htmltools (>= 0.5.2), | ||
magrittr (>= 2.0.3), | ||
officer (>= 0.6.1), | ||
rlang (>= 1.1.1), | ||
scales (>= 1.1.1), | ||
shiny (>= 1.7.1), | ||
shinydashboard (>= 0.7.2), | ||
shinyjs (>= 2.0.0), | ||
shinyWidgets (>= 0.6.2), | ||
stringr (>= 1.4.0), | ||
tibble (>= 3.1.6) | ||
Suggests: | ||
cli, | ||
config, | ||
cowplot, | ||
ftExtra, | ||
ggstance, | ||
glue, | ||
haven, | ||
knitr (>= 1.36), | ||
lifecycle, | ||
markdown (>= 1.1), | ||
plotly, | ||
plyr, | ||
purrr, | ||
RCurl, | ||
rmarkdown, | ||
shinycssloaders, | ||
testthat (>= 3.1.0), | ||
tidyr, | ||
utils, | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Package: cvars | ||
Title: Clinical Visual Analytics for Review and Submission | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Smriti", "Anand", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jayashree", "V", role = "aut"), | ||
person("Sukalpo", "Saha", role = "aut"), | ||
person("Vikram", "S", role = "aut"), | ||
person("Jagadish", "Katam", role = "aut"), | ||
person("Arjun", "Rubalingam", role = "aut"), | ||
person("Amol Bandu", "Gorde", role = "aut"), | ||
person("Gomathi", "S", role = "aut"), | ||
person("Dhivya", "Kanagaraj", role = "ctb"), | ||
person("Neetu", "Sangari", role = "ctb"), | ||
person("Aishwarya", "LR", role = "ctb"), | ||
person("Manali", "Jadhav", role = "ctb"), | ||
person("Prakasam", "R", role = "ctb") | ||
) | ||
Description: Development of an open-source tool and package to enable | ||
generation of identified interactive plots for clinical review and | ||
direct inclusion in submission for regulatory agencies. The initial | ||
scope is to develop a package to generate interactive forest and | ||
volcano plots for adverse event and FDA Medical Queries (FMQs) | ||
analysis outputs for inclusion in submissions to the FDA. This work is | ||
a collaboration among the American Statistical Association (ASA), | ||
PHUSE, and FDA. | ||
License: Apache License (>= 2) | ||
URL: https://github.com/phuse-org/aesummaries/ | ||
BugReports: https://github.com/phuse-org/aesummaries/issues/ | ||
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
dplyr (>= 1.0.7), | ||
DT (>= 0.19), | ||
epitools (>= 0.5.10.1), | ||
flextable (>= 0.8.6), | ||
forcats (>= 0.5.1), | ||
ggplot2 (>= 3.3.5), | ||
golem (>= 0.3.1), | ||
htmltools (>= 0.5.2), | ||
magrittr (>= 2.0.3), | ||
officer (>= 0.6.1), | ||
rlang (>= 1.1.1), | ||
scales (>= 1.1.1), | ||
shiny (>= 1.7.1), | ||
shinydashboard (>= 0.7.2), | ||
shinyjs (>= 2.0.0), | ||
shinyWidgets (>= 0.6.2), | ||
stringr (>= 1.4.0), | ||
tibble (>= 3.1.6) | ||
Suggests: | ||
cli, | ||
config, | ||
cowplot, | ||
ftExtra, | ||
ggstance, | ||
glue, | ||
haven, | ||
knitr (>= 1.36), | ||
lifecycle, | ||
markdown (>= 1.1), | ||
plotly, | ||
plyr, | ||
purrr, | ||
RCurl, | ||
rmarkdown, | ||
shinycssloaders, | ||
testthat (>= 3.1.0), | ||
tidyr, | ||
utils, | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 |