ADaM in R Asset Library Development Utilities
Tools for developing functions and maintaining a healthy code base
within the family of admiral R packages. {admiraldev}
is
intended to be used when developing {admiral}
or
{admiral}
extension packages.
NOTE: Use of this package as a standalone package is currently not recommended.
The package is available from CRAN and can be installed by running install.packages(“admiraldev”).
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", ref = "devel")
{admiraldev}
is to be official released to CRAN one week
before the release of {admiral}
. You can find the release
schedule for {admiral}
packages here.