Package: neo2R
Type: Package
Title: Neo4j to R
Version: 2.1.1
Authors@R: c(
    person(
        "Patrice", "Godard",
        role = c("aut", "cre","cph"),
        email = "patrice.godard@gmail.com"
    )
    )
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
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-04-15 07:55:59 UTC; pgodard
Author: Patrice Godard [aut, cre, cph]
Repository: CRAN
Date/Publication: 2022-04-15 13:30:02 UTC
