Package: neo4jshell Type: Package Title: Querying and Managing 'Neo4J' Databases in 'R' Version: 0.1.2.9000 Authors@R: c(person(given = "Keith", family = "McNulty", role = c("cre", "aut", "cph"), email = "keith.mcnulty@gmail.com", comment = c(ORCID = "0000-0002-2332-1654")), person(given = "Liz", family = "Romero", role = c("ctb"), email = "liz.romero357@gmail.com")) Description: Sends queries to a specified 'Neo4J' graph database, capturing results in a dataframe where appropriate. Other useful functions for the importing and management of data on the 'Neo4J' server and basic local server admin. License: MIT + file LICENSE Encoding: UTF-8 Imports: magrittr, ssh, sys, fs, R.utils RoxygenNote: 7.1.1 Suggests: knitr, rmarkdown SystemRequirements: neo4j - http://www.neo4j.com, cypher-shell - https://github.com/neo4j/cypher-shell/releases VignetteBuilder: knitr Config/pak/sysreqs: cmake git make libssh-dev libssh2-1-dev libuv1-dev libssl-dev Repository: https://keithmcnulty.r-universe.dev Date/Publication: 2022-04-11 10:25:32 UTC RemoteUrl: https://github.com/keithmcnulty/neo4jshell RemoteRef: HEAD RemoteSha: 08ebf6446554bacdce003a8a11057d1ff55f9a3f NeedsCompilation: no Packaged: 2026-06-20 08:01:20 UTC; root Author: Keith McNulty [cre, aut, cph] (ORCID: ), Liz Romero [ctb] Maintainer: Keith McNulty