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

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

citEntry(entry="Manual",
         title = "coxphw: Weighted Estimation in Cox Regression",
         author = personList(as.person("Georg Heinze"),
                             as.person("Meinhard Ploner"),
                             as.person("Daniela Dunkler")),
         year = year,
         note = vers,

         textVersion =
         paste("Georg Heinze, Meinhard Ploner, Daniela Dunkler (",
               year,
               "). coxphw: Weighted Estimation in Cox Regression. ",
               vers, ".", sep=""))
