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

bibentry(bibtype = "Manual",
	 title = "{R2MLwiN}: Running MLwiN from within R",
	 author = c(person("Zhengzheng", "Zhang"),
	     person("Chris", "Charlton"),
	     person("Richard", "Parker"),
	     person("George", "Leckie"),
         as.person("William J. Browne [aut]")),
	 year = year,
	 note = note,
	 url = "http://CRAN.R-project.org/package=R2MLwiN")

bibentry(bibtype = "Book",
	 title = "A User's Guide to MLwiN, v2.26",
	 author = c(person("Jon", "Rasbash"),
	     person("Fiona", "Steele"),
	     as.person("William J. Browne [aut]"),
	     person("Harvey", "Goldstein")),
	 year = 2012,
	 publisher = "Centre for Multilevel Modelling, University of Bristol")

bibentry(bibtype = "Book",
	 title = "MCMC estimation in MLwiN, v2.26",
	 author = as.person("William J. Browne [aut]"),
	 year = 2012,
	 publisher = "Centre for Multilevel Modelling, University of Bristol")
