R/zzz.R

## zzz.R --- general functions for loading/unloading package.
## Author: Stephen J Eglen
## Copyright: GPL

.Last.lib <- function (libpath) {
  ## Run when the package is being unloaded.  This allows us to easily test
  ## packages within same session when dynlib is updates.
  library.dynam.unload("sjemea", libpath)
}
  

Try the sjemea package in your browser

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

sjemea documentation built on May 2, 2019, 5:43 p.m.