Skip to content

pharmaverse/admiraldev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2576708 · Aug 31, 2022
Aug 16, 2022
Aug 25, 2022
Aug 22, 2022
Jul 29, 2022
Aug 25, 2022
Aug 8, 2022
Jul 14, 2022
Aug 23, 2022
Aug 29, 2022
Aug 8, 2022
Jul 14, 2022
Jul 15, 2022
Jul 14, 2022
Aug 8, 2022
Aug 25, 2022
Jul 14, 2022
Aug 17, 2022
Aug 9, 2022
Aug 11, 2022
Aug 9, 2022
Aug 22, 2022
Jul 16, 2022
Jul 14, 2022
Jul 14, 2022

Repository files navigation

admiraldev

ADaM in R Asset Library Development Utilities

Purpose

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.

Installation

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

Release Schedule

{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.