https://github.com/cran/EMVS
Raw File
Tip revision: bd50866d37d57cdad67b12c1173c81c558a6c464 authored by Gemma Moran on 13 October 2021, 14:12:15 UTC
version 1.2.1
Tip revision: bd50866
NAMESPACE
importFrom("graphics", "matplot", "matpoints", "par", "plot", "text",
             "title")
importFrom("stats", "model.matrix")
useDynLib(EMVS, .registration=TRUE)
importFrom(Rcpp, evalCpp)
exportPattern("^[[:alpha:]]+")
importFrom("methods", "is")
back to top