citHeader("To cite changepoint in publications use:")

citEntry(entry = "Article",
  title        = "{changepoint}: An {R} Package for Changepoint Analysis",
  author       = personList(as.person("Rebecca Killick"),
                   as.person("Idris A. Eckley")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "58",
  number       = "3",
  pages        = "1--19",
  url          = "http://www.jstatsoft.org/v58/i03/",
  textVersion  =
  paste("Rebecca Killick, Idris A. Eckley (2014).",
        "changepoint: An R Package for Changepoint Analysis.",
        "Journal of Statistical Software, 58(3), 1-19.",
        "URL http://www.jstatsoft.org/v58/i03/.","\n A bibtex entry is: \n",
	"@article{,
    title = {{changepoint}: An {R} Package for Changepoint Analysis},
    author = {Rebecca Killick and Idris Eckley},
    year = {2014},
    journal = {Journal of Statistical Software},
		volume = {58},
		number = {3},
		pages = {1--19},
		url = {http://www.jstatsoft.org/v58/i03/},
  }"),
)


citEntry(entry="Manual",
         title = "changepoint: An R package for changepoint analysis",
         author = personList(as.person("Rebecca Killick"), 
							     as.person("Idris Eckley"),
                   as.person("Kaylea Haynes")),
         year         = "2014",
         url          = "http://CRAN.R-project.org/package=changepoint",
         note = "R package version 1.1.3",
         textVersion = paste("
	@Manual{,
    title = {changepoint: An R package for changepoint analysis},
    author = {Rebecca Killick, Idris Eckley and Kaylea Haynes},
    year = {2014},
    note = {R package version 1.1.3},
    url = {http://CRAN.R-project.org/package=changepoint},
  }"),
	 header = "Also please use the following citation:"
)

