{
  "_id": "6a36496b3efcd9bda43ff12f",
  "Package": "neo4jshell",
  "Type": "Package",
  "Title": "Querying and Managing 'Neo4J' Databases in 'R'",
  "Version": "0.1.2.9000",
  "Authors@R": "c(person(given = \"Keith\",\nfamily = \"McNulty\",\nrole = c(\"cre\", \"aut\", \"cph\"),\nemail = \"keith.mcnulty@gmail.com\",\ncomment = c(ORCID = \"0000-0002-2332-1654\")),\nperson(given = \"Liz\",\nfamily = \"Romero\",\nrole = c(\"ctb\"),\nemail = \"liz.romero357@gmail.com\"))",
  "Description": "Sends queries to a specified 'Neo4J' graph database,\ncapturing results in a dataframe where appropriate. Other\nuseful functions for the importing and management of data on\nthe 'Neo4J' server and basic local server admin.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "SystemRequirements": "neo4j - http://www.neo4j.com, cypher-shell -\nhttps://github.com/neo4j/cypher-shell/releases",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake git make libssh-dev libssh2-1-dev libuv1-dev\nlibssl-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": {
    "Date": "2026-06-20 08:01:20 UTC",
    "User": "root"
  },
  "Author": "Keith McNulty [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0002-2332-1654>),\nLiz Romero [ctb]",
  "Maintainer": "Keith McNulty <keith.mcnulty@gmail.com>",
  "MD5sum": "71e5578011f1b770c1a356fe96ca982c",
  "_user": "keithmcnulty",
  "_type": "src",
  "_file": "neo4jshell_0.1.2.9000.tar.gz",
  "_fileid": "4a8c8451b4b135f67d9145f54e3b4c82d674889aa24234fd2d7709c73621c7b8",
  "_filesize": 119058,
  "_sha256": "4a8c8451b4b135f67d9145f54e3b4c82d674889aa24234fd2d7709c73621c7b8",
  "_created": "2026-06-20T08:01:20.000Z",
  "_published": "2026-06-20T08:03:55.319Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82467555914,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7763488167"
    },
    {
      "job": 82467555905,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763488808"
    },
    {
      "job": 82467555918,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7763484679"
    },
    {
      "job": 82467555906,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763483534"
    },
    {
      "job": 82467363486,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763474480"
    },
    {
      "job": 82467555911,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763486337"
    },
    {
      "job": 82467555922,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7763484913"
    },
    {
      "job": 82467555924,
      "time": 70,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7763482933"
    },
    {
      "job": 82467555917,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763484514"
    }
  ],
  "_buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/keithmcnulty/neo4jshell",
  "_commit": {
    "id": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
    "author": "Keith McNulty <keith.mcnulty@gmail.com>",
    "committer": "Keith McNulty <keith.mcnulty@gmail.com>",
    "message": "Reset to dev\n",
    "time": 1649672732
  },
  "_maintainer": {
    "name": "Keith McNulty",
    "email": "keith.mcnulty@gmail.com",
    "login": "keithmcnulty",
    "twitter": "@dr_keithmcnulty",
    "description": "Mathematician. Applied Statistician.  Data Scientist.  Psychometrician.  Certified geek.  Final Fantasy nut.  ",
    "uuid": 21138031,
    "orcid": "0000-0002-2332-1654"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "ssh",
      "role": "Imports"
    },
    {
      "package": "sys",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "keithmcnulty",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 19,
  "_contributors": [
    {
      "user": "keithmcnulty",
      "count": 113,
      "uuid": 21138031
    },
    {
      "user": "btibert3",
      "count": 6,
      "uuid": 203343
    },
    {
      "user": "liz-romero",
      "count": 1,
      "uuid": 28809536
    }
  ],
  "_userbio": {
    "uuid": 21138031,
    "type": "user",
    "name": "Keith McNulty",
    "followers": 438,
    "description": "Mathematician. Applied Statistician.  Data Scientist.  Psychometrician.  Certified geek.  Final Fantasy nut.  "
  },
  "_downloads": {
    "count": 228,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/neo4jshell"
  },
  "_devurl": "https://github.com/keithmcnulty/neo4jshell",
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/neo4jshell.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/keithmcnulty/neo4jshell",
  "_realowner": "keithmcnulty",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-09"
    },
    {
      "version": "0.1.1",
      "date": "2020-08-03"
    },
    {
      "version": "0.1.2",
      "date": "2022-04-11"
    }
  ],
  "_exports": [
    "neo4j_import",
    "neo4j_query",
    "neo4j_restart",
    "neo4j_rmdir",
    "neo4j_rmfiles",
    "neo4j_start",
    "neo4j_status",
    "neo4j_stop",
    "neo4j_wipe"
  ],
  "_help": [
    {
      "page": "neo4j_import",
      "title": "Imports a csv or a compressed file to Neo4J import folder.",
      "topics": [
        "neo4j_import"
      ]
    },
    {
      "page": "neo4j_query",
      "title": "Execute a query string in Neo4J using cypher-shell and capture output",
      "topics": [
        "neo4j_query"
      ]
    },
    {
      "page": "neo4j_restart",
      "title": "Restart a local Neo4J database",
      "topics": [
        "neo4j_restart"
      ]
    },
    {
      "page": "neo4j_rmdir",
      "title": "Remove subdirectory and all its contents from the Neo4J import directory",
      "topics": [
        "neo4j_rmdir"
      ]
    },
    {
      "page": "neo4j_rmfiles",
      "title": "Remove files from the Neo4J import directory",
      "topics": [
        "neo4j_rmfiles"
      ]
    },
    {
      "page": "neo4j_start",
      "title": "Start a local Neo4J database",
      "topics": [
        "neo4j_start"
      ]
    },
    {
      "page": "neo4j_status",
      "title": "Check status of a local Neo4J database",
      "topics": [
        "neo4j_status"
      ]
    },
    {
      "page": "neo4j_stop",
      "title": "Stop a local Neo4J database",
      "topics": [
        "neo4j_stop"
      ]
    },
    {
      "page": "neo4j_wipe",
      "title": "Wipe a complete local graph database in Neo4J",
      "topics": [
        "neo4j_wipe"
      ]
    }
  ],
  "_readme": "https://github.com/keithmcnulty/neo4jshell/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "credentials",
    "curl",
    "fs",
    "jsonlite",
    "magrittr",
    "openssl",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "ssh",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "files.Rmd",
      "filename": "files.html",
      "title": "Importing and managing data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Importing data",
        "Removing files from the import directory",
        "Removing subdirectories from the import directory",
        "Smooth ETL in Neo4J",
        "Note for Windows users"
      ],
      "created": "2019-07-24 10:46:50",
      "modified": "2020-05-30 10:45:36",
      "commits": 2
    },
    {
      "source": "querying.Rmd",
      "filename": "querying.html",
      "title": "Querying Neo4J",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Note for Windows users"
      ],
      "created": "2019-07-24 10:46:50",
      "modified": "2020-05-30 10:45:36",
      "commits": 3
    },
    {
      "source": "admin.Rmd",
      "filename": "admin.html",
      "title": "Server Admin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Start, stop, restart or check the status of a local Neo4J server",
        "Wipe a specified graph from a local Neo4J server",
        "Note for Windows users"
      ],
      "created": "2019-07-24 10:46:50",
      "modified": "2020-05-30 10:45:36",
      "commits": 3
    }
  ],
  "_score": 5.986323777050766,
  "_indexed": true,
  "_nocasepkg": "neo4jshell",
  "_universes": [
    "keithmcnulty"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:03:19.000Z",
      "distro": "noble",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "a2feffeb790623e642461d26a8b4fb7643f4d25c4d178ad65f71348b31f064da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:03:24.000Z",
      "distro": "noble",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "e5677703b2502dfffff724f0576ddcc9dd82d5cbc5e4ef7b378421e555b5297b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:02:50.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "c660e613a0dafa14a810b466a50508cfaf6b096d5c53445e0d675d2c131ce6d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:02:41.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "0dae022282c62dbb143d0bfc6465cd7636bd04dd3c7df86d35473a434a4f8ff9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:03:15.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "3d249382735294a89cc88194abe5ac0ce67489884bf447facefc24a64d433204",
      "status": "success",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:02:47.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "4c7d508c0e443e6eac7521a1c31ebca67fffc456d4de6c36c48998a98d23e746",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:02:29.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "7af4d9fdb5b41c8e255f63e2b602af0ea5c28b6f25692ec6e74664ea57c3632e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-20T08:02:41.000Z",
      "commit": "08ebf6446554bacdce003a8a11057d1ff55f9a3f",
      "fileid": "56f81d788f5e67820376781c7283a944f4f36a7d5a1b0279ccaf55f37610fc11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/keithmcnulty/actions/runs/27864951973"
    }
  ]
}