ADaM in R Asset Library.
To provide an open source, modularized toolbox that enables the pharmaceutical programming community to develop ADaM datasets in R.
Once the package is available from CRAN you'll be able to install it using install.packages("admiral")
.
In the meantime you can install the latest release of the package directly from GitHub.
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("pharmaverse/admiral.test", ref = "main") # This is a required dependency of {admiral}
remotes::install_github("pharmaverse/admiral", ref = "main")
{admiral}
following the provided programming strategy and modular approach{admiral}
as a toolbox of modular blocks (R functions) to create analysis derivations{admiral}
modular functions and user created modular functions{admiral}
will never cover 100% of eventualities that could be needed to produce ADaMs across each and every company/disease area/study - ADaM is infinite{admiral}
was to prioritise transparency and simplicity for our users - and not to let this ever become a "black-box" toolkit{admiral}
offers a chance for users to be programmers - this is not a "run 1 line and an ADaM appears" solution or an attempt to automate ADaM{admiral}
that a company-specific extension package would likely be needed (e.g. {admiral.roche}
or {admiral.gsk}
){admiral}
offers a bridge towards a more industry-aligned implementation of ADaM{admiral}
package covering common functions and mostly safety templates, there will be further package extensions dedicated to certain disease area endpoints (e.g. {admiral.onco}
or {admiral.hiv}
){admiral}
We use the following for support and communications between user and developer community: Slack - for informal discussions, Q&A and building our user community. If you don't have access, use this link to join the pharmaverse Slack workspace GitHub Issues - for direct feedback, enhancement requests or raising bugs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.