Package: neo4jshell
Type: Package
Title: Querying and Managing 'Neo4J' Databases in 'R'
Version: 0.1.2
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
NeedsCompilation: no
Packaged: 2022-04-11 09:43:18 UTC; rstudio
Author: Keith McNulty [cre, aut, cph] (<https://orcid.org/0000-0002-2332-1654>),
  Liz Romero [ctb]
Maintainer: Keith McNulty <keith.mcnulty@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-11 09:50:02 UTC
Built: R 4.3.0; ; 2023-04-12 12:24:27 UTC; unix
