Nothing
#' DRPT: Density Ratio Permutation Test
#'
#' Implementation of the Density Ratio Permutation Test for testing the
#' goodness-of-fit of a hypothesised ratio of two densities.
#'
#' @docType package
#' @name DRPT-package
#' @aliases DRPT-package NULL
#' @keywords internal
#' @noRd
#'
#' @importFrom Rcpp sourceCpp
#' @useDynLib DRPT, .registration = TRUE
#' @importFrom Rdpack reprompt
"_PACKAGE"
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.