-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
26 lines (26 loc) · 998 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
Package: statnetWeb
Title: A Shiny App for Network Modeling with 'statnet'
Version: 0.5.8
Authors@R: c(
person("Martina", "Morris", email = "morrism@uw.edu", role = c("cre", "aut")),
person("Emily", "Beylerian", email = "ebeylerian@path.org", role = "aut"),
person("Kirk", "Li", email = "kirkli@uw.edu", role = "ctb"),
person("Samuel", "Jenness", email = "samuel.m.jenness@emory.edu", role = "ctb"),
person("Michał", " Bojanowski", email="michal2992@gmail.com", role=c("ctb"), comment=c(ORCID="0000-0001-7503-852X")))
Description: A graphical user interface for cross-sectional network modeling
with the 'statnet' software suite <https://github.com/statnet>.
License: GPL-3
Depends:
R (>= 4.0),
shiny (>= 1.8),
ergm (>= 4.6),
network (>= 1.18),
lattice,
latticeExtra
Imports:
sna,
RColorBrewer
RoxygenNote: 7.3.2
Encoding: UTF-8
BugReports: https://github.com/statnet/statnetWeb/issues
URL: https://statnet.org, https://github.com/statnet/statnetWeb