-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.45 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
Package: edmaps
Type: Package
Title: Estimate Likelihood of Pest Establishment
Version: 1.11.0
Authors@R: as.person(c(
"James Camac <james.camac@gmail.com> [aut, cre]",
"John Baumgartner <johnbaums@gmail.com> [aut]"
))
Maintainer: James Camac <james.camac@gmail.com>
Description: This package combines spatial environmental data (e.g. distance
from airports/marine ports, distribution of pest habitat/hosts) with
biosecurity leakage rates (e.g. expert-elicited) to generate maps of the
likelihood of pest establishment across the landscape. Final outputs include
raster datasets (GTiff) indicating establishment likelihood across the area
of interest, as well as interactive (html) and static (pdf) versions of
these maps.
Depends: R (>= 4.0)
SystemRequirements: Java (>= 1.5), JRI, GNU make
Imports:
alphahull,
countrycode,
dplyr,
drake,
fasterize,
furrr,
gdalUtilities,
geometry,
ggplot2,
glue,
htmlwidgets,
httr,
leafem,
leaflet,
magrittr,
mapedit,
methods,
purrr,
raster,
readr,
readxl,
rgbif,
rlang,
rnaturalearth,
sf,
sp,
stars,
stplanr,
tidyr,
tmap,
tmaptools
Suggests:
CoordinateCleaner,
knitr,
rmarkdown,
testthat,
future.callr,
rnaturalearthdata,
lubridate,
styler,
OpenStreetMap,
rnaturalearthhires
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
ByteCompile: true
Roxygen: list(markdown = TRUE)