inbo / n2khabmon

R package to prepare and manage N2KHAB monitoring schemes

Home Page:https://inbo.github.io/n2khabmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

n2khabmon

DOI Lifecycle: experimental R-CMD-check inbo r-universe-name inbo r-universe package status

The goal of n2khabmon is to prepare and manage Flemish monitoring schemes regarding Natura 2000 (n2k) habitats (hab) and regionally important biotopes (RIBs).

Installation

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.

Related package

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.

Code of Conduct

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.

About

R package to prepare and manage N2KHAB monitoring schemes

https://inbo.github.io/n2khabmon

License:GNU General Public License v3.0


Languages

Language:R 95.9%Language:CSS 2.0%Language:HTML 1.2%Language:TeX 0.9%