https://github.com/cran/hkevp
Raw File
Tip revision: 927273638ef05596f7c16763956fc6f143cf3dc6 authored by Leo Belzile on 18 April 2023, 10:50:06 UTC
version 1.1.5
Tip revision: 9272736
NAMESPACE
useDynLib(hkevp, .registration = TRUE)
importFrom("Rcpp", "evalCpp")
importFrom("grDevices", "rgb", "rainbow")
importFrom("graphics", "axis", "box", "boxplot", "matplot", "par", "plot", "title")
importFrom("stats", "dist", "median", "rexp", "runif")
exportPattern("^[[:alpha:]]+")
back to top