R/zzz.R

Defines functions .onLoad

.onLoad <- function(lib, pkg){

  ##library.dynam("gRain", package = pkg, lib.loc = lib)
  return(invisible(0))
}

## .onAttach <- function(lib, pkg){

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

Try the gRain package in your browser

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

gRain documentation built on Nov. 21, 2023, 5:07 p.m.