R/hello.R

Defines functions .onUnload hello

Documented in hello

hello = function() {
  invisible(.Call(Chello))
}
.onUnload = function(libpath) {
  library.dynam.unload("r.gitlab.ci", libpath)
}
jangorecki/r.gitlab.ci documentation built on May 9, 2020, 12:54 p.m.