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

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

citEntry(entry="Manual",
         title = "HSROC: Joint meta-analysis of diagnostic test sensitivity and specificity with or without a gold standard reference test",
         author = personList(as.person("Ian Schiller"),
                             as.person("Nandini Dendukuri")),
         year = year,
         note = vers,

         textVersion =
         paste("Ian Schiller and Nandini Dendukuri (",
               year,
               "). HSROC: Joint meta-analysis of diagnostic test sensitivity and specificity with or without a gold standard reference test. ",
               vers, ".", sep=""))

