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

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

bibentry(bibtype="Manual",
         title = "Non-parametric Bayesian Spectrum Estimation for Multirate Data",
         author = c(person("Ben", "Powell"),
		person("Guy", "Nason"),
		person("Duncan", "Elliott"),
		person("Paul", "Smith")),
         year = year,
         note = note,
	 url="https://CRAN.R-project.org/package=regspec")


bibentry(bibtype="Article",
         title = "Should we sample a time series more frequently? Decision support via multirate spectrum estimation",
         author = c(as.person("G. P. Nason"),as.person("B. Powell"),
		as.person("D. Elliott"), as.person("P. Smith")),
	 journal = "Journal of the Royal Statistical Society, Series A",
	volume=180,
         year     = "2017",
	pages="353--407",
         url      = "https://academic.oup.com/jrsssa/article/180/2/353/7068239")
