Package: neo2R
Type: Package
Title: Neo4j to R
Version: 2.4.1
Authors@R: c(
    person(
        "Patrice", "Godard",
        role = c("aut", "cre","cph"),
        email = "patrice.godard@gmail.com"
    ),
    person(
        "Eusebiu", "Marcu",
        role = "ctb",
        email = "marcueusebiu@gmail.com"
    )
    )
Maintainer: Patrice Godard <patrice.godard@gmail.com>
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 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, httr, utils
SystemRequirements: neo4j (>=3 AND <=5) <https://neo4j.com/>
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-15 12:48:15 UTC; pgodard
Author: Patrice Godard [aut, cre, cph],
  Eusebiu Marcu [ctb]
Repository: CRAN
Date/Publication: 2023-02-16 09:50:06 UTC
Built: R 4.1.2; ; 2023-02-17 12:14:00 UTC; unix
