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

year  <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers  <- paste("R package version",           meta$Version)
title <- "lmomco---L-moments, censored L-moments, trimmed L-moments, L-comoments, and many distributions"

bibentry(bibtype="Manual",
         title  = title,
         author = c(person(c("William", "H."), "Asquith")),
         year   = year,
         note   = vers,
         textVersion =
         paste("Asquith, W.H., ", year,
               ", ", title, ". ",
               vers, ", Texas Tech University, Lubbock, Texas.",
               sep=""))
