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

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

citEntry(entry="Manual",
         title = "MetabolAnalyze: probabilistic principal components analysis for metabolomic data",
         author = personList(as.person("Nyamundanda Gift"),
                             as.person("Isobel Claire Gormley"),
                             as.person("Lorraine Brennan")),
         year = year,
         note = vers,

         textVersion =
         paste("Nyamundanda Gift, Isobel Claire Gormley and Lorraine Brennan and the R Core team (",
               year,
               "). MetabolAnalyze: probabilistic principal components analysis for metabolomic data",
               vers, ".", sep=""))

