The goal of mnedesigndata is to distribute and document R data objects that reflect the current implementation design of the Monitoring Programme for the Natural Environment (MNE). Aspects are covered such as the scheme’s spatial sampling frames, the spatiotemporal samples and the designed revisit patterns of the most important field activities. The objects originate particularly from the REP workflow (revisitplan) and scripts tied to it.

Installation

To install the current package version from the main branch (latest stable release), run:

install.packages(
  "mnedesigndata",
  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("mnedesigndata") is all you need!

If you want to install from the source repository, run:

remotes::install_github(
  "inbo/mnedesigndata",
  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.

Code of Conduct

Please note that the mnedesigndata package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.