File: CITATION

package info (click to toggle)
r-cran-sp 1%3A2.2-0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 1,091; sh: 14; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
citHeader("To cite package sp in publications use:")

bibentry(bibtype="Article",
  author       = c(person(("Edzer J."), "Pebesma"),
                   person(c("Roger"), "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/"
)

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