Skip to main content

Install

First, make sure you have the package installed.

Stable​

The stable version is available from CRAN.

install.packages("ambiorix")

Or use pak.

pak::pkg_install("ambiorix")

Dev​

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

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

Alternatively use devtools.

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

If you use r-universe, see the project's page