forked from tmieno2/R-as-GIS-for-Economists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRGIS.bib
118 lines (108 loc) · 3.39 KB
/
RGIS.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@article{pebesma2018simple,
title={Simple Features for R: Standardized Support for Spatial Vector Data.},
author={Pebesma, Edzer},
journal={R Journal},
volume={10},
number={1},
year={2018}
}
@Manual{prism,
title = {prism: Download data from the Oregon prism project},
author = {Edmund M. Hart and Kendon Bell},
year = {2015},
note = {R package version 0.0.6},
url = {http://github.com/ropensci/prism},
doi = {10.5281/zenodo.33663},
}
@Manual{cropscaper,
title = {CropScapeR: Access Cropland Data Layer Data via the 'CropScape' Web Service},
author = {Bowen Chen},
year = {2020},
note = {R package version 1.1.0},
}
@Manual{stars,
title = {stars: Spatiotemporal Arrays, Raster and Vector Data Cubes},
author = {Edzer Pebesma},
year = {2020},
note = {R package version 0.4-1},
url = {https://CRAN.R-project.org/package=stars},
}
@Manual{tidyUSDA,
title = {{tidyUSDA}: A Minimal Tool Set for Gathering USDA Quick
Stat Data for Analysis and Visualization},
author = {Brad Lindblad},
year = {2020},
note = {R package version 0.2.7},
url = {https://bradlindblad.github.io/tidyUSDA/},
}
@Manual{feddata,
title = {{FedData}: Functions to Automate Downloading Geospatial
Data Available from Several Federated Data Sources},
author = {R. Kyle Bocinsky},
note = {R package version 2.0.4},
year = {2016},
url = {http://CRAN.R-project.org/package=FedData},
}
@Article{daymetr,
title = {An integrated phenology modelling framework in R:
modelling vegetation phenology with {phenor}},
author = {Koen Hufkens and David Basler and Tom Milliman and Eli K.
Melaas and Andrew D. Richardson},
journal = {Methods in Ecology & Evolution},
year = {2018},
volume = {9},
pages = {1-10},
url =
{http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12970/full},
}
@article{gaure2013lfe,
title={lfe: Linear group fixed effects},
author={Gaure, Simen},
journal={The R Journal},
volume={5},
number={2},
pages={104--117},
year={2013}
}
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.org/knitr/},
}
@Manual{R_dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
year = {2020},
note = {R package version 0.8.5},
url = {https://CRAN.R-project.org/package=dplyr}
}
@Manual{Rpkgdown,
title = {pkgdown: Make Static HTML Documentation for a Package},
author = {Hadley Wickham and Jay Hesselberth},
year = {2020},
note = {R package version 1.5.1},
url = {https://CRAN.R-project.org/package=pkgdown},
}
@Book{Rbookdown,
title = {bookdown: Authoring Books and Technical Documents with {R} Markdown},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2016},
note = {ISBN 978-1138700109},
url = {https://github.com/rstudio/bookdown},
}
@Book{Rblogdown,
title = {blogdown: Creating Websites with {R} Markdown},
author = {Yihui Xie and Alison Presmanes Hill and Amber Thomas},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2017},
note = {ISBN 978-0815363729},
url = {https://github.com/rstudio/blogdown},
}