The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

nilsier – design-based estimators for NILS

This repo contains an R-package which provides design-based estimators and variance estimators used in the NILS-programs. NILS is an acronym for the National Inventories of Landscapes in Sweden, a group of environmental monitoring programs governed by the Swedish University of Agricultural Sciences (SLU).

Installation

# Using devtools
# install.packages("devtools");
devtools::install_github("envisim/nilsier");

# Using remotes
# install.packages("remotes");
remotes::install_github("envisim/nilsier");

Cloning the repo

git clone git@github.com:envisim/nilsier.git
R CMD BUILD nilsier
R CMD INSTALL nilsier

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.