-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
40 lines (40 loc) · 885 Bytes
/
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
Package: ResistanceGA
Title: Optimize resistance surfaces using genetic algorithms
Version: 4.2-10
Author: Bill Peterman <[email protected]>
Maintainer: Bill Peterman <[email protected]>
Description: This package contains functions to optimize
resistance surfaces using Genetic Algorithms.
Continuous and categorical surfaces can be optimized, and
multiple surfaces can be simultaneously optimized to create
novel resistance surfaces.
VignetteBuilder: knitr
Depends:
R (>= 4.0),
raster
Imports:
ggExtra,
ggplot2,
akima,
plyr,
dplyr,
gdistance,
magrittr,
GA (>= 3.2.1),
lme4 (>= 1.0),
Matrix,
MuMIn,
spatstat.explore,
spatstat.geom,
spdep,
doParallel,
foreach,
JuliaCall,
XRJulia
Suggests:
knitr,
rmarkdown
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3