generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.Rmd
120 lines (85 loc) · 4.91 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
title: "Admiral Extension for Vaccines"
output: md_document
date: '2022-06-27'
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
link <- function(text, url) {
return(
paste0(
"[", text, "]",
"(", url, ")"
)
)
}
dyn_link <- function(text,
base_url,
relative_url = "",
# Change to TRUE when admiral adopts multiversion docs
is_multiversion = TRUE,
multiversion_default_ref = "main") {
url <- paste(base_url, relative_url, sep = "/")
if (is_multiversion) {
url <- paste(
base_url,
Sys.getenv("BRANCH_NAME", multiversion_default_ref),
sep = "/"
)
}
return(link(text, url))
}
# Other variables
admiral_homepage <- "https://pharmaverse.github.io/admiral/"
```
<!-- Please do not edit the README.md file as it is auto-generated. Only edit the README.Rmd file -->
# Admiral Extension for Vaccines <img src="man/figures/logo.png" align="right" width="200" style="margin-left:50px;"/>
<!-- badges: start -->
[<img src="https://pharmaverse.org/shields/admiralvaccine.svg">](https://pharmaverse.org/)
[![CRAN status](https://www.r-pkg.org/badges/version/admiralvaccine)](https://CRAN.R-project.org/package=admiralvaccine/)
[![Test Coverage](https://raw.githubusercontent.com/pharmaverse/admiralvaccine/badges/main/test-coverage.svg)](https://github.com/pharmaverse/admiralvaccine/actions/workflows/code-coverage.yml/)
<!-- badges: end -->
Vaccine extension package for ADaM in R Asset Library `{admiral}`
## Purpose
To provide a complementary (to `{admiral}`) toolbox that enables users to develop vaccine specific domains.
## Installation
The package is available from CRAN and can be installed by running
`install.packages("admiralvaccine")`.
To install the latest development version of the package directly from GitHub use the following code:
```r
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("pharmaverse/admiraldev", ref = "devel") # This is a required dependency of {admiralvaccine}
remotes::install_github("pharmaverse/admiral", ref = "devel") # This is a required dependency of {admiralvaccine}
remotes::install_github("pharmaverse/admiralvaccine", ref = "devel")
```
### Dependencies
The latest version of the package works with the latest versions of the packages
stated in `DESCRIPTION`.
If a previous version of the package should be used, it is recommended to use
latest version of the dependencies at the point of time when the previous
version of {admiralvaccine} was released.
## Scope
* Build a toolbox of re-usable functions and utilities to create vaccine-specific ADaM datasets in R in a modular manner.
* All functions are created based upon the ADaM Implementation Guide and aim to facilitate the programming of ADaM dataset standards.
* Initially the package will focus on creating the reactogenicity and immunogenicity domain following flat model as per Center for Biologics Evaluation and Research (CBER) guidelines.In future we will make enhancements as we get updates on Center for Biologics Evaluation and Research (CBER).
## Expectations
`{admiralvaccine}` is expected to complement `{admiral}` and provide functions to help with the creation of the efficacy endpoints required for vaccine ADaMs.
## References and Documentation
* Please refer to the [{admiral} References and Documentation](https://pharmaverse.github.io/admiral/)
## R Versions
Here's a summary of our strategy for this package related to R versions:
* R versions for developers and users will follow the same as `{admiral}` core package.
* For development the `devel` branch of `{admiral}` core is used as a dependency. For releasing a new `{admiralvaccine}` version it must run using the latest released `{admiral}` core version, i.e., `main` branch of `{admiral}` core.
## Contact
We use the following for support and communications between user and developer community:
* [Slack](https://pharmaverse.slack.com/) - for informal discussions, Q&A and building our user community. If you don't have access, use this [link](https://join.slack.com/t/pharmaverse/shared_invite/zt-yv5atkr4-Np2ytJ6W_QKz_4Olo7Jo9A/) to join the pharmaverse Slack workspace
* [GitHub Issues](https://github.com/pharmaverse/admiralvaccine/issues/) - for direct feedback, enhancement requests or raising bugs
## {admiralvaccine} R Package Collaboration: Pfizer, GSK and J&J
- Project Lead & Contributor: Neetu Sangari
- Maintainer: Sukalpo Saha
- Developers: Vikram S, Arjun Rubalingam, Dhivya Kanagaraj, Federico Baratin, Yamini Purna Bollu, Ilse Augustyns, Kalyani Bodicherla
- Support lead & Reviewer: Ben Straub
- Other Reviewers: Stefan Bundfuss, Edoardo Mancini
- Other Contributors: Ross Farrugia, Abdul Khayat, Jayashree V, Jagadish Katam, Ankur Jindal, Andrea Pammolli, Daniele Bottigliengo, Ranya Ben Hsain, Lee Armishaw, Hilde Delanghe, Marleen Nijs, Mandy Peng, Tina Zhai