-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.3 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
42
43
44
45
46
47
48
49
Package: aPPR
Title: Approximate Personalized PageRank
Version: 0.0.0.9200
Authors@R: c(
person("Alex", "Hayes", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4985-5160")),
person("Fan", "Chen", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4508-6023")),
person("Karl", "Rohe", role = "aut")
)
Description: Calculates approximate and regularized personalized PageRank
vectors for massive graphs, including those that can only be queried
via an API. Regularization allows discovery of community structure
under some stochastic block models.
License: MIT + file LICENSE
URL: https://rohelab.github.io/aPPR/, https://github.com/RoheLab/aPPR
BugReports: https://github.com/RoheLab/aPPR/issues
Imports:
ellipsis,
glue,
logger,
memoise,
pander,
R6,
tibble
Suggests:
covr,
igraph (>= 1.2.5),
knitr,
rentrez,
rmarkdown,
rtweet (>= 0.7.0.9011),
testthat (>= 3.0.0)
Remotes:
ropensci/rtweet
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'aPPR-package.R'
'abstract-graph.R'
'aPPR.R'
'graph-igraph.R'
'graph-rtweet.R'
'tracker.R'
'update.R'
Config/testthat/edition: 3
VignetteBuilder: knitr