Package: neo4r Title: A 'Neo4J' Driver Version: 0.1.3 Authors@R: c(person(given = "Colin", family = "Fay", role = c("cre", "aut"), email = "contact@colinfay.me", comment = structure("0000-0001-7343-1846", .Names = "ORCID")), person(given = "ThinkR", role = "cph"), person(given = "Neo4J", role = "spn")) Description: A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user. License: MIT + file LICENSE URL: https://github.com/neo4j-rstats/neo4r BugReports: https://github.com/neo4j-rstats/neo4r/issues Imports: attempt, data.table, glue, httr, igraph, jsonlite, magrittr, purrr (>= 0.3.2), R6, rlang, rstudioapi, shiny, tibble, tidyr, tidyselect, utils Encoding: UTF-8 RoxygenNote: 6.1.0 Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://neo4j-rstats.r-universe.dev Date/Publication: 2019-06-03 10:43:21 UTC RemoteUrl: https://github.com/neo4j-rstats/neo4r RemoteRef: HEAD RemoteSha: d23198dc7ba0d6a4805a29456770d0df7ea28f82 NeedsCompilation: no Packaged: 2026-04-01 09:14:21 UTC; root Author: Colin Fay [cre, aut] (ORCID: ), ThinkR [cph], Neo4J [spn] Maintainer: Colin Fay