-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.58 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
Package: networkLite
Version: 1.1.0
Date: 2024-11-23
Title: An Simplified Implementation of the 'network' Package Functionality
Description: An implementation of some of the core 'network' package functionality based on a
simplified data structure that is faster in many research applications. This package is designed
for back-end use in the 'statnet' family of packages, including 'EpiModel'. Support is provided for
binary and weighted, directed and undirected, bipartite and unipartite networks; no current
support for multigraphs, hypergraphs, or loops.
Authors@R: c(person("Samuel", "Jenness",
role=c("cre","aut"), email="samuel.m.jenness@emory.edu"),
person("Steven M.","Goodreau",
role=c("aut"), email="goodreau@uw.edu"),
person("Martina", "Morris",
role=c("aut"), email="morrism@uw.edu"),
person("Adrien", "Le Guillou",
role=c("aut"), email="contact@aleguillou.org"),
person("Chad", "Klumb",
role=c("aut"), email="cklumb@gmail.com"),
person("Skye", "Bender-deMoll",
role=c("ctb"), email="skyebend@uw.edu"),
person(c("Pavel", "N."), "Krivitsky",
role=c("ctb"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")))
License: GPL-3
URL: https://github.com/EpiModel/networkLite/
BugReports: https://github.com/EpiModel/networkLite/issues
Depends:
R (>= 3.5),
network (>= 1.19.0)
Imports:
statnet.common (>= 4.11.0),
tibble,
dplyr
Suggests:
testthat
RoxygenNote: 7.3.2.9000
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Remotes:
github::statnet/statnet.common@master,
github::statnet/network@master