Nothing
# domancy
#
# dormancy is an R package for detecting and analyzing dormant patterns in data:
# patterns that exist but remain inactive until specific trigger conditions
# emerge. This concept exists in biology (seed dormancy),
# epidemiology (latent diseases), and geology (dormant faults),
# but has no dedicated statistical tooling.
#
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @importFrom grDevices heat.colors rgb
#' @importFrom graphics abline barplot contour hist image legend lines par plot.new plot.window points text title
#' @importFrom stats cor median na.omit quantile rnorm sd var
#' @importFrom utils combn head
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
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.