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

citHeader(paste("To cite the 'LMMstar' package in publications use the following text:",sep=""))



bibentry(bibtype="Manual",
         title = "LMMstar: Repeated measurement models for discrete times",
         author = c(person("Brice","Ozenne"),
                    person("Julie","Forman")),
         year = year,
         note = vers)
