Package: neo2R
Type: Package
Title: Neo4j to R
Version: 3.0.0
Authors@R: c(
person(
"Patrice", "Godard",
role = c("aut", "cre","cph"),
email = "patrice.godard@gmail.com",
comment = c(ORCID = "0000-0001-6257-9730")
),
person(
"Eusebiu", "Marcu",
role = "ctb",
email = "marcueusebiu@gmail.com"
)
)
Description: The aim of neo2R is to provide simple and low level
connectors for querying neo4j graph databases
(). 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 (>= 4.1)
Imports: jsonlite, httr2, utils
SystemRequirements: neo4j (>=3)
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: libssl-dev
Repository: https://patzaw.r-universe.dev
Date/Publication: 2026-05-18 07:13:01 UTC
RemoteUrl: https://github.com/patzaw/neo2r
RemoteRef: HEAD
RemoteSha: ab4ec36bf6321d6963fe052e99e5a503f83d0f5d
NeedsCompilation: no
Packaged: 2026-06-17 07:10:40 UTC; root
Author: Patrice Godard [aut, cre, cph] (ORCID:
),
Eusebiu Marcu [ctb]
Maintainer: Patrice Godard