citHeader("To cite package sp in publications use:")

citEntry(entry="Article",
  author       = "Edzer J. Pebesma and Roger S. Bivand",
  title        = "Classes and methods for spatial data in {R}",
  journal      = "R News",
  year         = 2005,
  volume       = 5,
  number       = 2,
  pages        = "9--13",
  month        = "November",
  url          = "https://CRAN.R-project.org/doc/Rnews/",
  textVersion = 
  paste("Pebesma, E.J., R.S. Bivand, 2005. Classes and methods for spatial data in R.",
	"R News 5 (2), https://cran.r-project.org/doc/Rnews/.")
)

citEntry(entry="book",
  author       = "Roger S. Bivand, Edzer Pebesma and Virgilio Gomez-Rubio",
  title        = "Applied spatial data analysis with {R}, Second edition",
  year         = "2013",
  publisher    = "Springer, NY",
  url          = "https://asdar-book.org/",
  textVersion = 
  paste("Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013.",
	"Applied spatial data analysis with R, Second edition. Springer, NY.",
	"https://asdar-book.org/")
)
