-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.1 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
Package: netlit
Title: Augment a Literature Review with Network Analysis Statistics
Version: 0.0.2
Authors@R:
c(person(given = "Devin",
family = "Judge-Lord",
role = c("aut", "cre"),
email = "devinjudgelord@fas.harvard.edu",
comment = c(ORCID = "0000-0002-4384-4380")),
person("Noah", "Greifer", role = c("aut"),
email = "ngreifer@iq.harvard.edu",
comment = c(ORCID="0000-0003-3067-7154")))
Description: A suite of functions to aid in performing network analysis for
literature reviews. These functions process data sets containing
directed edges and produce objects that can be readily used with
'igraph' and other network graph-based tools for visualization
and analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://judgelord.github.io/netlit/, https://github.com/judgelord/netlit
BugReports: https://github.com/judgelord/netlit/issues
Imports:
igraph (>= 1.2.7),
rlang (>= 0.4.12)
Depends:
R (>= 3.5.0)
Suggests:
kableExtra,
knitr,
rmarkdown