Package: neo2R
Type: Package
Title: Neo4j to R
Version: 2.1.0
Author: Patrice Godard
Maintainer: Patrice Godard <patrice.godard@gmail.com>
Description: The aim of the 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 few post-processing.
   It allows fast processing of queries returning many records.
   And it let the user handle post-processing according to the data model
   and his needs.
URL: https://github.com/patzaw/neo2r
BugReports: https://github.com/patzaw/neo2r/issues
Depends: R (>= 3.6)
Imports: base64enc, jsonlite, RCurl, utils
SystemRequirements: neo4j (==3 OR ==4) <https://neo4j.com/>
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-02-28 07:47:27 UTC; pgodard
Repository: CRAN
Date/Publication: 2020-03-28 06:10:02 UTC
