-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.57 KB
/
DESCRIPTION
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
Package: cropDiffusionR
Type: Package
Title: Exploring the Diffusion of Agricultural Crops
Version: 1.0.0
Date: 2022-09-23
Authors@R:
c(
person(given = "Andrew",
family = "Gillreath-Brown",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2272-5542")),
person(given = "Timothy",
family = "Kohler",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3414-6660"))
)
Maintainer: Andrew Gillreath-Brown <[email protected]>
Description: This R package repository is to accompany the submission for Gillreath-Brown and Kohler 2022, which examines the effects temperature on the spread of maize agriculture to the southwestern United States.
License: MIT + file LICENSE
Depends:
magrittr,
R (>= 3.5.0),
vegan
Imports:
rebus.numbers,
leaflet,
sp,
rgdal,
plotly,
RColorBrewer,
here,
lubridate,
units,
rcarbon,
DescTools,
sf,
readr,
purrr,
dplyr,
tibble,
tidyr,
raster,
reshape2,
mgcv,
ggplot2,
maps,
ggh4x,
usmap,
shadowtext,
knitr,
data.table,
httr,
ggpubr,
gganimate,
ggsci,
p3k14c,
terra
Remotes:
zeehio/facetscales,
Archaeo-Programmer/paleomat
LazyData: TRUE
Suggests: testthat
Encoding: UTF-8
URL: https://github.com/Archaeo-Programmer/cropDiffusionR
BugReports: https://github.com/Archaeo-Programmer/cropDiffusionR/issues
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)