bibentry("Article",
         title   = "spMC: Modelling Spatial Random Fields with Continuous Lag Markov Chains",
         author  = "Luca Sartore",
         journal = "The R Journal",
         year    = "2013",
         volume  = "5",
         number  = "2",
         pages   = "16--29",
         month   = "Dec",
         url     = "http://journal.r-project.org/archive/2013-2/sartore.pdf",
         textVersion = "Luca Sartore. spMC: Modelling Spatial Random Fields with Continuous Lag Markov Chains. The R Journal, 5(2):16-29, Dec 2013.",
         header = gettextf("To cite the %s package in publications use:", sQuote("spMC")))

bibentry("Manual",
         title  = "spMC: Continuous Lag Spatial Markov Chains",
         author = packageDescription("spMC", fields = "Author"),
         year   = strsplit(packageDescription("spMC", fields = "Date"), "-")[[1L]][1L],
         note   = paste("R package version", packageDescription("spMC", fields = "Version")),
         textVersion = 
         paste(packageDescription("spMC", fields = "Author"),
               " (", strsplit(packageDescription("spMC", fields = "Date"), "-")[[1L]][1L], "). ", 
               "spMC: Continuous Lag Spatial Markov Chains. ",
               "R package version ", packageDescription("spMC", fields = "Version"), 
               ".", sep=""),
         header = "Or for its manual:")
