The goal of n2khabmon
is to prepare and manage Flemish monitoring
schemes regarding Natura 2000 (n2k) habitats (hab) and
regionally important biotopes (RIBs).
To install the current package version from the main
branch (latest
stable release), run:
install.packages("n2khabmon", repos = c(inbo = "https://inbo.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
The above provides a pre-compiled package for Windows and macOS, which
should be faster than below approach. INBO staff should have the INBO
repository enabled already (check with getOption("repos")
), in which
case install.packages("n2khabmon")
is all you need!
If you want to install from the source repository, run:
remotes::install_github("inbo/n2khabmon",
build_vignettes = TRUE,
upgrade = TRUE)
Note that this will install the package from the main
branch. If you
need a version from another branch, add the ref
argument in the above
function to provide the branch name.
Repeat the installation when you wish to upgrade.
See also the general-purpose n2khab
package with relation to projects about Natura 2000 habitat in Flanders.
It provides preprocessing functions and standard reference data.
Please note that the n2khabmon
package is released with a Contributor
Code of Conduct.
By contributing to this project, you agree to abide by its terms.