forked from wpeterman/ResistanceGA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 887 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
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 (>= 3.4),
raster
Imports:
ggExtra,
ggplot2,
akima,
plyr,
dplyr,
gdistance,
magrittr,
GA (>= 3.2.1),
lme4 (>= 1.0),
Matrix,
MuMIn,
spatstat.core,
spatstat.geom,
spdep,
doParallel,
foreach,
JuliaCall,
XRJulia
Suggests:
knitr,
rmarkdown
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1