Nothing
#' @useDynLib ernm, .registration = TRUE
#' @exportPattern ^[^\.]
#' @import methods
#' @import Rcpp
#' @import BH
#' @import trust
#' @import moments
NULL
setOldClass("DirectedNet")
setOldClass("UndirectedNet")
.onLoad <- function(libname, pkgname){
# Load the Rcpp module "ernm"
Rcpp::loadModule("ernm", TRUE)
# Skip initialization when running devtools::document()
if (nzchar(Sys.getenv("ROXYGEN_PKG"))) {
return()
}
.Call("_ernm_initStats")
.Call("_ernm_initToggles")
}
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.