Package: neo4jshell
Type: Package
Title: Querying and Managing 'Neo4J' Databases in 'R'
Version: 0.1.1
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")))
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
LazyData: true
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
NeedsCompilation: no
Packaged: 2020-08-03 19:39:51 UTC; keithmcnulty
Author: Keith McNulty [cre, aut, cph] (<https://orcid.org/0000-0002-2332-1654>)
Maintainer: Keith McNulty <keith.mcnulty@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-03 20:40:03 UTC
