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("ambiorix-web/ambiorix")
Alternatively use devtools.
# install.packages("devtools")
devtools::install_github("ambiorix-web/ambiorix")
If you use r-universe, see the project's page