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

citEntry(entry = "Article",
  title        = "Isotone Optimization in {R}: Pool-Adjacent-Violators Algorithm (PAVA) and Active Set Methods",
  author       = personList(as.person("Jan de Leeuw"),
                   as.person("Kurt Hornik"),
                   as.person("Patrick Mair")),
  journal      = "Journal of Statistical Software",
  year         = "2009",
  volume       = "32",
  number       = "5",
  pages        = "1--24",
  url          = "http://www.jstatsoft.org/v32/i05/",

  textVersion  =
  paste("Jan de Leeuw, Kurt Hornik, Patrick Mair (2009).",
        "Isotone Optimization in R: Pool-Adjacent-Violators Algorithm (PAVA) and Active Set Methods.",
        "Journal of Statistical Software, 32(5), 1-24.",
        "URL http://www.jstatsoft.org/v32/i05/.")
)

