-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2 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
Package: chessboard
Type: Package
Title: Create Network Connections based on Chess Moves
Version: 0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "nicolas.casajus@fondationbiodiversite.fr",
comment = c(ORCID = "0000-0002-5537-5294")),
person(given = "Erica",
family = "Rievrs Borges",
role = "aut",
email = "erica.rievrs@fondationbiodiversite.fr",
comment = c(ORCID = "0000-0001-7751-6265")),
person(given = "Eric",
family = "Tabacchi",
role = "aut",
email = "eric.tabacchi@univ-tlse3.fr",
comment = c(ORCID = "0000-0001-7729-4439")),
person(given = "Guillaume",
family = "Fried",
role = "aut",
email = "guillaume.fried@anses.fr",
comment = c(ORCID = "0000-0002-3653-195X")),
person(given = "Nicolas",
family = "Mouquet",
role = "aut",
email = "nicolas.mouquet@cnrs.fr",
comment = c(ORCID = "0000-0003-1840-6984")))
Description: Provides functions to work with directed (asymmetric) and
undirected (symmetric) spatial networks. It makes easier the creation of
connectivity matrix, i.e. a binary matrix of dimensions n x n, where n is
the number of nodes (sampling units) indicating the presence (1) or the
absence (0) of an edge (link) between pairs of nodes. Different network
objects can be produced by chessboard: node list, neighbor list, edge
list, connectivity matrix.
URL: https://github.com/frbcesab/chessboard
BugReports: https://github.com/frbcesab/chessboard/issues
License: GPL (>= 2)
Encoding: UTF-8
Imports:
dplyr,
ggplot2,
magrittr,
rlang,
sf,
tidyr
Suggests:
knitr,
igraph,
patchwork,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3