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

citEntry(entry="article",
         title = "R Early Warning Signals Toolbox",
         author = personList(
	 	person(first ="Vasilis", last="Dakos", email = "vasilis.dakos@gmail.com"),
	 	person(first ="Leo", last="Lahti", email = "leo.lahti@iki.fi")
	 	  ),
	 journal = "The R Project for Statistical Computing",
	 year = "2013",
	 volume = "",
	 issue = "",
	 pages = "",
         note         = "http://cran.r-project.org/web/packages/earlywarnings/index.html",
         url          = "Publication URL here",

         textVersion =
         paste("Vasilis Dakos et al. ",
               "Methods for detecting early warnings of critical transitions in time series illustrated using simulated ecological data",
               "PLoS One 7(7):e41010, 2012. ",
               "See http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0041010",
               sep="")
         )

