Skip to main content

Install

First, make sure you have the package installed. It is not yet available on CRAN, get it from Github.

Alternatively, install the development version can be installed from Github with the remotes package.

# install.packages("remotes")
remotes::install_github("devOpifex/ambiorix.generator")

Alternatively use devtools.

# install.packages("devtools")
devtools::install_github("devOpifex/ambiorix.generator")