Skip to content

Commit b66e30d

Browse files
committed
update citation
1 parent ccf9d19 commit b66e30d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

inst/CITATION

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
citHeader("To cite package sf in publications, please use:")
22

3+
bibentry(bibtype = "Book",
4+
author= "Edzer Pebesma and Roger Bivand",
5+
title = "{Spatial Data Science: With applications in R}",
6+
year = 2023,
7+
publisher = "{Chapman and Hall/CRC}",
8+
url = "https://r-spatial.org/book/",
9+
doi = "10.1201/9780429459016",
10+
textVersion = "Pebesma, E., & Bivand, R. (2023). Spatial Data Science: With Applications in R. Chapman and Hall/CRC. https://doi.org/10.1201/9780429459016"
11+
)
12+
313
bibentry(bibtype = "Article",
414
author = "Edzer Pebesma",
515
title = "{Simple Features for R: Standardized Support for Spatial Vector Data}",
@@ -12,13 +22,3 @@ bibentry(bibtype = "Article",
1222
number = 1,
1323
textVersion = "Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal 10 (1), 439-446, https://doi.org/10.32614/RJ-2018-009"
1424
)
15-
16-
bibentry(bibtype = "Book",
17-
author= "Edzer Pebesma and Roger Bivand",
18-
title = "{Spatial Data Science: With applications in R}",
19-
year = 2023,
20-
publisher = "{Chapman and Hall/CRC}",
21-
url = "https://r-spatial.org/book/",
22-
pages = 352,
23-
textVersion = "Pebesma, E., & Bivand, R. (2023). Spatial Data Science: With Applications in R (1st ed.). Chapman and Hall/CRC. https://doi.org/10.1201/9780429459016"
24-
)

0 commit comments

Comments
 (0)