-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 745 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Type: Package
Package: py2Rgraphs
Title: Interoperability between Python and R network/graph datatypes
Version: 0.1.0
Authors@R:
person(given = "Griffith",
family = "Rees",
role = c("aut", "cre"),
email = "griffith.rees@sheffield.ac.uk")
Description: Convert python network/graph datatypes (currently NetworkX)
to equivalent R datatypes (currently iGraph).
License: BSD_3_clause + file LICENSE
Imports:
igraph,
reticulate (>= 1.14)
Suggests:
testthat
Config/reticulate: list(packages = list(list(package = "networkx", pip =
TRUE), list(package = "pandas", pip = TRUE)))
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: Python (>= 3.6)