README.md

admiral

CRAN status R-CMD-check Codecov test coverage

ADaM in R Asset Library.

Purpose

To provide an open source, modularized toolbox that enables the pharmaceutical programming community to develop ADaM datasets in R.

Installation

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")

Scope

Usage

Expectations

References and Documentation

Conference Presentations

Contact

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



epijim/admiral documentation built on Feb. 13, 2022, 12:15 a.m.