R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  options(CancerGram_suppress_prompt = FALSE)
  if (!is_CancerGramModel_installed())
    packageStartupMessage("To be able to use CancerGram properly, you should install 'CancerGramModel' package available via GitHub. You can do it by calling 'install_CancerGramModel()'")
}

Try the CancerGram package in your browser

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

CancerGram documentation built on Nov. 19, 2020, 5:06 p.m.