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.
Utility Functions and Development Tools for the Admiral Package Family
Functions, tools and documentation for developing core
{admiral}
and extension package functions. Most functions
in {admiraldev}
are around testing inputs going into
functions. There are also additional quality of life functions/Addins to
assist developers of {admiral}
or {admiral}
extension packages, functions to help with rendering documentation,
Developer Guides on developing function and using GitHub, GitHub
Actions.
NOTE: This package is not intended for standalone
use but rather as a central dependency for {admiral}
and
its extension packages
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")
{admiraldev}
is to be released to CRAN at the same time
as an official release of {admiral}
. You can find the
release schedule for {admiral}
packages here.
Along with the authors and contributors, thanks to the following people for their work on the package: Ania Golab, Samia Kabi, Pooja Kumari, Syed Mubasheer, Thomas Neitmann and Ondrej Slama.
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.