## usethis namespace: start
#' The 'rankconf' package.
#'
#' @description A package for rank inference
#'
#' @docType package
#' @name rankconf-package
#' @useDynLib rankconf, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom rstan extract
#' @importFrom stats pnorm
#' @importFrom stats quantile
#' @importFrom utils flush.console
## usethis namespace: end
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.2. https://mc-stan.org
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.