citHeader("To cite plotROC in publications use:")

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

citEntry(entry = "Manual",
 title = paste('plotROC:', meta$Title),
  author = 'Michael C. Sachs',
  year = year,
  note = vers,
  url = meta$URL,
  textVersion = paste('Michael C. Sachs (', year, '). plotROC: ', meta$Title, '. ', vers, '.', sep = '')
)
