citHeader("== To cite 'spnet' in publications please use:")

p1 <- person("Emmanuel", "Rousseaux", email = "emmanuel.rousseaux@unige.ch")
p2 <- person("Marion", "Deville-Naggay", email = "Marion.Deville-Naggay@unige.ch")

citEntry(
  entry = "INPROCEEDINGS",
  title  = "title, use brackets for R {R}",
  author = personList(
    as.person("Marion Deville-Naggay"),
    as.person("Emmanuel Rousseaux")
  ),
  booktitle = "booktitle",
  year = "2013",
  url = "url",
  textVersion = paste(
    "Deville-Naggay M. and Rousseaux E.",
    "title",
    "conference",
    "URL url."
  ),
  header = "= For the article 'AAA':\n"
)

citEntry(
  entry = "INPROCEEDINGS",
  title  = "title, use brackets for R {R}",
  author = personList(
    as.person("Emmanuel Rousseaux"),
    as.person("Marion Deville-Naggay")
  ),
  booktitle = "booktitle",
  year = "2013",
  url = "url",
  textVersion = paste(
    "Rousseaux E. and Deville-Naggay M.",
    "title",
    "conference",
    "URL url."
  ),
  header = "= For the 'spnet' package:\n"
)



citFooter("See",sQuote("citation()"),"for citing R itself.")