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

bibentry(bibtype = "Manual",
	 title = "{lme4}: Linear mixed-effects models using {Eigen} and {S4}",
	 author = c(person("Douglas", "Bates"),
	     person("Martin", "Maechler"),
	     person("Ben", "Bolker"),
	     person("Steven", "Walker")),
	 year = year,
	 note = note,
	 url = "https://CRAN.R-project.org/package=lme4")

bibentry(bibtype = "Misc",
	 title = "Fitting Linear Mixed-Effects Models using {lme4}",
	 year = "2015",
	 author = c(person("Douglas", "Bates"),
	   person("Martin", "Maechler"),
	   person(c("Benjamin", "M."), "Bolker"),
	   person("Steven", "Walker")),
	 note = "ArXiv e-print; in press, \\emph{Journal of Statistical Software}",
	 url = "http://arxiv.org/abs/1406.5823")

