R/zzz.R

Defines functions .onLoad .onAttach

helpenv <- new.env()

.onLoad <- function(libname, pkgname) {

  fetch_installed()

}

.onAttach <- function(libname, pkgname) {

  fetch_installed()

}
yonicd/helpdesk documentation built on Nov. 5, 2019, 1:21 p.m.