-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.07 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
Package: neo2R
Type: Package
Title: Neo4j to R
Version: 2.4.2
Authors@R: c(
person(
"Patrice", "Godard",
role = c("aut", "cre","cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6257-9730")
),
person(
"Eusebiu", "Marcu",
role = "ctb",
email = "[email protected]"
)
)
Description: The aim of neo2R is to provide simple and low level connectors
for querying neo4j graph databases (<https://neo4j.com/>).
The objects returned by the query functions are either lists or data.frames
with very little post-processing.
It allows fast processing of queries returning many records.
And it let the users handle post-processing according to the data model
and their needs.
URL: https://github.com/patzaw/neo2r
BugReports: https://github.com/patzaw/neo2r/issues
Depends:
R (>= 3.6)
Imports:
base64enc,
jsonlite,
httr,
utils
SystemRequirements: neo4j (>=3 AND <=5) <https://neo4j.com/>
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3