R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  options(AmpGram_suppress_prompt = FALSE)
  if (!is_AmpGramModel_installed())
    packageStartupMessage("To be able to use AmpGram properly, you should install 'AmpGramModel' package available via GitHub. You can do it by calling 'install_AmpGramModel()'")
}

Try the AmpGram package in your browser

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

AmpGram documentation built on July 1, 2020, 7:50 p.m.