-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.16 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
Package: netseg
Title: Measures of Network Segregation and Homophily
Version: 1.0-3
Authors@R:
person(given = "Michal",
family = "Bojanowski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7503-852X"))
Description: Segregation is a network-level property such that edges between
predefined groups of vertices are relatively less likely. Network homophily
is a individual-level tendency to form relations with people who are similar
on some attribute (e.g. gender, music taste, social status, etc.). In general
homophily leads to segregation, but segregation might arise without
homophily. This package implements descriptive indices measuring
homophily/segregation. It is a computational companion
to Bojanowski & Corten (2014) <doi:10.1016/j.socnet.2014.04.001>.
Depends: R (>= 2.10)
Imports: igraph (>= 0.6-0)
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown=TRUE)
VignetteBuilder: knitr
URL: https://mbojan.github.io/netseg/
BugReports: https://github.com/mbojan/netseg/issues
LazyData: true
RoxygenNote: 7.2.1
Suggests:
testthat (>= 2.1.0), knitr, rmarkdown, scales