
     citHeader("To cite package 'spikeSlabGAM' in publications please use:")
     
     desc <- packageDescription("spikeSlabGAM")
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
     vers <- paste("R package version", desc$Version)
    
     citEntry(entry="Article",
              title = "spikeSlabGAM: Bayesian Variable Selection, Model Choice and Regularization for Generalized Additive Mixed Models in R",
              author = personList(as.person("Fabian Scheipl")),
              journal = "Journal of Statistical Software",
 			  year = "2011",
 			  volume = "43",
 			  number = "14",
 			  pages = "1--24",
 			  url = "http://www.jstatsoft.org/v43/i14/",
              textVersion = paste("Fabian Scheipl (2011).",
               "spikeSlabGAM: Bayesian Variable Selection, Model Choice and Regularization for Generalized Additive Mixed Models in R.",
               "Journal of Statistical Software, 43(14), 1--24."),
     )               