-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 985 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
Package: GeNetIt
Type: Package
Title: Spatial Graph-Theoretic Genetic Gravity Modelling
Version: 0.1-6
Date: 2023-06-04
Authors@R: c(person(family="Evans", given="Jeffrey S.", email = "[email protected]",
role = c("aut", "cre")), person(family="Murphy", given="Melanie", role = "aut") )
Description: Implementation of spatial graph-theoretic genetic gravity models.
The model framework is applicable for other types of spatial flow questions.
Includes functions for constructing spatial graphs, sampling and summarizing
associated raster variables and building unconstrained and singly constrained
gravity models.
Depends:
R (>= 4.2.0),
nlme
Imports:
exactextractr,
terra,
sf,
sfnetworks,
igraph,
dplyr,
tidygraph,
spdep
Maintainer: Jeffrey S. Evans <[email protected]>
License: GPL-3
URL: https://github.com/jeffreyevans/GeNetIt
NeedsCompilation: no
Repository: CRAN
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3