Nothing
#' @keywords internal
#' @docType package
#' @name BalancedSampling
#' @importFrom Rcpp evalCpp
#' @useDynLib BalancedSampling
#' @exportPattern "^[[:alpha:]]+"
#'
#' @description
#' Select balanced and spatially balanced probability samples in multi-dimensional
#' spaces with any prescribed inclusion probabilities.
#' It contains fast (C++ via Rcpp) implementations of the included sampling methods.
#'
#' You can access the project website at
#' <https://envisim.se>.
#'
#' @author Anton Grafström \email{anton.grafstrom@gmail.com}, Jonathan Lisic, Wilmer Prentius.
#'
"_PACKAGE"
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.