year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{lmem.qtler}: Linear Mixed Effects Models for QTL Mapping
                    for Multienvironment and Multitrait Analysis",
         author = c(person("Lucia", "Gutierrez"),
                    person("Gaston", "Quero"),
                    person("Sofia", "Brandariz"),
                    person("Schubert", "Fernandez"),
                    person("Sebastian", "Simondi")),
         year = year,
         note = note 
		 )
