R/zzz.R

Defines functions .First.lib

.First.lib <- function(lib, pkg)
{
  library.dynam("gRc", package = pkg, lib.loc = lib)  

##    if("Rgraphviz" %in% rownames(installed.packages())){
##      library(Rgraphviz)
##    } else {
##      cat("Note: To display models the Rgraphviz package (from Bioconductor) must be installed.\n") 
##    }

  return(invisible(0))
}

Try the gRc package in your browser

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

gRc documentation built on May 2, 2019, 5:22 p.m.