citHeader( "To cite package ssgraph in publications use:" )

     ## R >= 2.8.0 passes package metadata to citation().
     if( !exists( "meta" ) || is.null( meta ) ) meta <- packageDescription( "pgmm" )
     year <- sub( ".*( 2[[:digit:]]{3} )-.*", "\\1", meta$Date )
     vers <- paste( "R package version", meta$Version )

bibentry( 
  bibtype = "Manual",
	title       = "ssgraph: Bayesian Graphical Estimation using Spike-and-Slab Priors",
	author      = c(as.person("Reza Mohammadi")),
	year        = year,
	note        = vers,
	textVersion = paste( "Mohammadi, R. (", year, "). ssgraph: Bayesian Graphical Estimation using Spike-and-Slab Priors.", vers, ".", sep="" )
)

