Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
neetusan authored Jul 31, 2023
1 parent 5958af9 commit 4515919
Showing 1 changed file with 79 additions and 78 deletions.
157 changes: 79 additions & 78 deletions DESCRIPTION
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

0 comments on commit 4515919

Please sign in to comment.