-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
Type: Package
Package: tidygraph
Title: A Tidy API for Graph Manipulation
Version: 1.3.1.9000
Authors@R:
person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: A graph, while not "tidy" in itself, can be thought of as two
tidy data frames describing node and edge data respectively.
'tidygraph' provides an approach to manipulate these two virtual data
frames using the API defined in the 'dplyr' package, as well as
provides tidy interfaces to a lot of common graph algorithms.
License: MIT + file LICENSE
URL: https://tidygraph.data-imaginist.com,
https://github.com/thomasp85/tidygraph
BugReports: https://github.com/thomasp85/tidygraph/issues
Imports:
cli,
dplyr (>= 0.8.5),
igraph (>= 2.0.0),
lifecycle,
magrittr,
pillar,
R6,
rlang,
stats,
tibble,
tidyr,
tools,
utils
Suggests:
ape,
covr,
data.tree,
graph,
influenceR,
methods,
netrankr (>= 1.2.4),
network,
seriation,
testthat (>= 3.0.0)
LinkingTo:
cpp11
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3