Package: neo2R
Type: Package
Title: Neo4j to R
Version: 2.4.2
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"
    )
    )
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: 2024-01-18 10:12:39 UTC; pgodard
Author: Patrice Godard [aut, cre, cph]
    (<https://orcid.org/0000-0001-6257-9730>),
  Eusebiu Marcu [ctb]
Repository: CRAN
Date/Publication: 2024-01-18 10:50:02 UTC
Built: R 4.3.0; ; 2024-01-18 15:28:42 UTC; unix
