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

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

citEntry(entry="Manual",
         title = "otsad:  Online Time Series Anomaly Detectors",
         author = personList(as.person("Alaiñe Iturria"),
                             as.person("Jacinto Carrasco"),
                             as.person("Francisco Herrera"),
                             as.person("Santi Charramendieta"),
                             as.person("Karmele Intxausti")),
         year = year,
         note = vers,

         textVersion =
           paste("A. Iturria, J. Carraso, F. Herrera, S. Charramendieta, and K. Intxausti (",
                 year,
                 "). otsad:  Online Time Series Anomaly Detectors. ",
                 vers, ".", sep=""))
