generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #226 from pharmaverse/225_navbar_update_and_descri…
…ption Closes #225, Closes #228, Closes #229: Updates on Navbar Description and admiral core impacts
- Loading branch information
Showing
56 changed files
with
331 additions
and
649 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 |
---|---|---|
|
@@ -32,3 +32,4 @@ | |
^admiralvaccine\.Rcheck$ | ||
^admiralvaccine.*\.tar\.gz$ | ||
^admiralvaccine.*\.tgz$ | ||
^doc$ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Check Templates | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- main | ||
- devel | ||
|
||
jobs: | ||
templates: | ||
name: Check Templates | ||
uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@main | ||
secrets: inherit | ||
with: | ||
r-version: "4.1" | ||
push-templates-data: true |
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,56 +1,44 @@ | ||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
||
# Session Data files | ||
.RData | ||
|
||
# User-specific files | ||
.Ruserdata | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
|
||
# Output files from R CMD build | ||
/*.tar.gz | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 | ||
.httr-oauth | ||
|
||
# knitr and R markdown default cache directories | ||
*_cache/ | ||
/cache/ | ||
|
||
# Temporary files created by R markdown | ||
*.utf8.md | ||
*.knit.md | ||
|
||
# Web Documentation files | ||
/docs/* | ||
!/docs/pkgdown.yml | ||
|
||
# R Environment Variables | ||
.Renviron | ||
admiralext.Rcheck/ | ||
admiralext*.tar.gz | ||
admiralext*.tgz | ||
|
||
# MacOS | ||
.DS_Store | ||
|
||
inst/doc | ||
admiralvaccine.Rcheck/ | ||
admiralvaccine*.tar.gz | ||
admiralvaccine*.tgz | ||
|
||
.Rproj.user | ||
/doc/ | ||
/Meta/ | ||
docs |
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 |
---|---|---|
|
@@ -4,9 +4,9 @@ Title: Vaccine Extension Package for ADaM in 'R' Asset Library | |
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Sukalpo", "Saha", email = "[email protected]", role = c("aut", "cre")), | ||
person("Vikram", "S", email = "vikram.s@pfizer.com", role = "aut"), | ||
person("Arjun", "Rubalingam", email = "arjun.rubalingam@pfizer.com", role = "aut"), | ||
person("Ben", "Straub", email = "[email protected]", role = "aut"), | ||
person("Arjun", "Rubalingam", role = "aut"), | ||
person("Vikram", "S", role = "aut"), | ||
person("Dhivya", "Kanagaraj", role = "aut"), | ||
person("Federico", "Baratin", role = "aut"), | ||
person("Yamini", "Purna Bollu", role = "aut"), | ||
|
@@ -18,6 +18,7 @@ Authors@R: c( | |
person("Ankur", "Jindal", role = "ctb"), | ||
person("Jayashree", "V", role = "ctb"), | ||
person("Jagadish", "Katam", role = "ctb"), | ||
person("Lee", "Armishaw", role = "ctb"), | ||
person("Andrea", "Pammolli", role = "ctb"), | ||
person("Daniele", "Bottigliengo", role = "ctb"), | ||
person("Ranya", "Ben Hsain", role = "ctb"), | ||
|
@@ -49,8 +50,8 @@ BugReports: https://github.com/pharmaverse/admiralvaccine/issues/ | |
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
admiral (>= 0.10.2), | ||
admiraldev (>= 0.4.0), | ||
admiral (>= 1.0.0), | ||
admiraldev (>= 1.0.0), | ||
assertthat (>= 0.2.1), | ||
dplyr (>= 0.8.4), | ||
hms (>= 0.5.3), | ||
|
@@ -64,7 +65,6 @@ Imports: | |
tidyr (>= 1.0.2), | ||
tidyselect (>= 1.0.0) | ||
Suggests: | ||
admiral.test, | ||
covr, | ||
devtools, | ||
diffdf, | ||
|
@@ -73,6 +73,7 @@ Suggests: | |
lintr, | ||
methods, | ||
miniUI, | ||
pharmaversesdtm, | ||
pkgdown, | ||
rmarkdown, | ||
roxygen2, | ||
|
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,118 +1,39 @@ | ||
#' Immunogenicity Specimen | ||
#' Subject Level Analysis Dataset - Vaccine Specific | ||
#' | ||
#' A SDTM IS dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_is.R}) | ||
"vx_is" | ||
|
||
#' Clinical Events | ||
#' | ||
#' A SDTM CE dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_ce.R}) | ||
"vx_ce" | ||
|
||
#' Demographics | ||
#' | ||
#' A SDTM DM dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_dm.R}) | ||
"vx_dm" | ||
|
||
#' Exposure | ||
#' | ||
#' A SDTM EX dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_ex.R}) | ||
"vx_ex" | ||
|
||
#' Findings About Clinical Events | ||
#' | ||
#' A SDTM FACE dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_face.R}) | ||
"vx_face" | ||
|
||
#' Vital Signs | ||
#' | ||
#' A SDTM VS dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_vs.R}) | ||
"vx_vs" | ||
|
||
#' Subject Level Analysis - Vaccine Specific | ||
#' | ||
#' A subject level analysis dataset | ||
#' An example Subject Level analysis dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adsl.R}) | ||
"vx_adsl" | ||
"admiralvaccine_adsl" | ||
|
||
#' Supplemental Immunogenicity Specimen | ||
#' Clinical Events Analysis Dataset - Vaccine Specific | ||
#' | ||
#' A SDTM Supplementary IS dataset | ||
#' An example Clinical Events analysis dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_suppis.R}) | ||
"vx_suppis" | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adce.R}) | ||
"admiralvaccine_adce" | ||
|
||
#' Supplemental Clinical Events | ||
#' Findings About Clinical Events Analysis Dataset - Vaccine Specific | ||
#' | ||
#' A SDTM Supplementary CE dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_suppce.R}) | ||
"vx_suppce" | ||
|
||
#' Supplemental Demographics | ||
#' | ||
#' A SDTM Supplementary DM dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_suppdm.R}) | ||
"vx_suppdm" | ||
|
||
#' Supplemental Exposure | ||
#' A SDTM Supplementary EX dataset | ||
#' An example Findings About Clinical Events analysis dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_suppex.R}) | ||
"vx_suppex" | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adface.R}) | ||
"admiralvaccine_adface" | ||
|
||
#' Supplemental Findings About Clinical Events | ||
#' Immunogenicity Specimen Assessments Analysis Dataset - Vaccine Specific | ||
#' | ||
#' A SDTM Supplementary FACE dataset | ||
#' An example Immunogenicity Specimen Assessments analysis dataset | ||
#' | ||
#' @keywords dataset | ||
#' @family dataset | ||
#' @source | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/create_vx_data/vx_suppface.R}) | ||
"vx_suppface" | ||
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adis.R}) | ||
"admiralvaccine_adis" |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.