-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 961 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
Package: bitriad
Type: Package
Title: Triadic Analysis of Affiliation Networks
Version: 0.3
Date: 2017-10-31
Authors@R: person('Jason Cory', 'Brunson', email = '[email protected]',
role = c('aut', 'cre'))
Maintainer: Jason Cory Brunson <[email protected]>
Description: This package implements two principal tools for the triadic
analysis of affiliation networks: triad census and triadic closure.
The package includes several variations on both classical tools, tailored
to affiliation network structure. Assorted additional functions are
included for affiliation network manipulation. The package is built on the
igraph package but includes new graph-theoretic calculations written using
the Rcpp package.
Depends:
R (>= 3.3.2),
igraph (>= 1.1.2)
Imports:
MASS,
Rcpp (>= 0.12.13)
LinkingTo: Rcpp
Suggests:
knitr,
testthat
License: GPL-2
VignetteBuilder: knitr
Classification/MSC: 05C82, 91D30
RoxygenNote: 6.0.1