R/zzz.R

### TO CREATE THE mixsep.env ON START UP

.onLoad <- function(...){
  if(!exists("mixsep.env"))
    mixsep.env <<- new.env(hash=TRUE,size=NA)
}

Try the mixsep package in your browser

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

mixsep documentation built on May 2, 2019, 3:33 p.m.