R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Testing the equality of a high dimensional set of densities")
}


# # Opciones
# #===================
# .onLoad <- function(libname, pkgname) {
#
#   requireNamespace("npcp", quietly = TRUE)
# }

Try the Equalden.HD package in your browser

Any scripts or data that you put into this service are public.

Equalden.HD documentation built on May 2, 2019, 11:33 a.m.