From 45159193b36818afa64adfb68d0693b63a5e0649 Mon Sep 17 00:00:00 2001 From: neetusan <58828408+neetusan@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:28:59 -0400 Subject: [PATCH] Add files via upload --- DESCRIPTION | 157 ++++++++++++++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 78 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 11b43b3..b49ce66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "xxx@xxx.com", 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 = "xxx@xxx.com", 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