The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

admiralonco

CRAN status

Oncology extension package for ADaM in R Asset Library {admiral}

Purpose

To provide a complementary (to {admiral}) toolbox that enables users to develop oncology disease area specifics.

Installation

The package is available from CRAN and can be installed with:

install.packages("admiralonco")

To install the latest development version of the package directly from GitHub use the following code:

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}

remotes::install_github("pharmaverse/admiraldev") # This is a required dependency of {admiralonco}
remotes::install_github("pharmaverse/admiral") # This is a required dependency of {admiralonco}
remotes::install_github("pharmaverse/admiralonco")

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 {admiralonco} was released. For example, admiralonco 0.3.0 was released on 2023-03-14. I.e., it will work with the latest version of packages available at that date, e.g., admiral 0.10.

Scope

Expectations

{admiralonco} is expected to complement {admiral} and provide functions to help with the creation of the efficacy endpoints required for oncology ADaMs.

References and Documentation

R Versions

Here’s a summary of our strategy for this package related to R versions:

Contact

We use the following for support and communications between user and developer community:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.