citHeader("To cite package 'PReMiuM' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
         title = "PReMiuM: An R package for Profile Regression Mixture Models using Dirichlet Processes",
         author = personList(as.person("Silvia Liverani"),
                             as.person("David I. Hastie"),
                             as.person("Sylvia Richardson")),
         year = year,
         note = vers,
	 url      = "http://uk.arxiv.org/abs/1303.2836",

         textVersion =
         paste("Silvia Liverani, David I. Hastie, Sylvia Richardson (",
               year,
               "). PReMiuM: An R package for Profile Regression Mixture Models using Dirichlet Processes. ",
               vers, ". Available at ",url, sep=""))


