{
  "_id": "6a1f0e09b401979e7341d23b",
  "Package": "kuzuR",
  "Title": "Interface to 'kuzu' Graph Database",
  "Version": "0.2.4",
  "Authors@R": "person(\"Manuel\", \"Wick-Eckl\", role = c(\"aut\", \"cre\"),\nemail = \"manuel.wick@gmail.com\")",
  "Maintainer": "Manuel Wick-Eckl <manuel.wick@gmail.com>",
  "Description": "Provides a high-performance 'R' interface to the 'kuzu'\ngraph database. It uses the 'reticulate' package to wrap the\nofficial 'Python' client ('kuzu'), allowing users to interact\nwith 'kuzu' seamlessly from within 'R'. Key features include\nmanaging database connections, executing 'Cypher' queries, and\nefficiently loading data from 'R' data frames. It also provides\nseamless integration with the 'R' ecosystem by converting query\nresults directly into popular 'R' data structures, including\n'tibble', 'igraph', 'tidygraph', and 'g6R' objects, making\n'kuzu's powerful graph computation capabilities readily\navailable for data analysis and visualization workflows in 'R'.\nThe 'kuzu' documentation can be found at\n<https://kuzudb.github.io/docs/>.",
  "URL": "https://github.com/WickM/kuzuR, https://wickm.github.io/kuzuR/",
  "BugReports": "https://github.com/WickM/kuzuR/issues",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/usethis/last-upkeep": "2025-10-18",
  "Language": "en-US",
  "Config/pak/sysreqs": "libglpk-dev libicu-dev libpng-dev libxml2-dev\npython3",
  "Repository": "https://wickm.r-universe.dev",
  "Date/Publication": "2026-03-18 22:56:21 UTC",
  "RemoteUrl": "https://github.com/wickm/kuzur",
  "RemoteRef": "HEAD",
  "RemoteSha": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 09:01:10 UTC",
    "User": "root"
  },
  "Author": "Manuel Wick-Eckl [aut, cre]",
  "MD5sum": "55be8f355db8fbb1674035c36ccf5f82",
  "_user": "wickm",
  "_type": "src",
  "_file": "kuzuR_0.2.4.tar.gz",
  "_fileid": "3e9035eb9fcc584697f51b115025c9746fc6dd2dd5bbe4898f62f9da32e41369",
  "_filesize": 1539458,
  "_sha256": "3e9035eb9fcc584697f51b115025c9746fc6dd2dd5bbe4898f62f9da32e41369",
  "_created": "2026-05-17T09:01:10.000Z",
  "_published": "2026-06-02T17:08:25.876Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79128143561,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7041058110"
    },
    {
      "job": 79128143958,
      "time": 173,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041060040"
    },
    {
      "job": 79128143500,
      "time": 208,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7041060306"
    },
    {
      "job": 79128143485,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041053624"
    },
    {
      "job": 79128143216,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041040216"
    },
    {
      "job": 79128142864,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364658621"
    },
    {
      "job": 79128143407,
      "time": 128,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7041054988"
    },
    {
      "job": 79128143870,
      "time": 106,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7041052646"
    },
    {
      "job": 79128143592,
      "time": 117,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041053855"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wickm/kuzur",
  "_commit": {
    "id": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
    "author": "WickM <WickM@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #11 from WickM/develop\n\nci: use Rscript for coverage upload in GitHub Actions",
    "time": 1773874581
  },
  "_maintainer": {
    "name": "Manuel Wick-Eckl",
    "email": "manuel.wick@gmail.com",
    "login": "wickm",
    "description": "",
    "uuid": 11139412
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidygraph",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "g6R",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    }
  ],
  "_owner": "wickm",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-40",
      "n": 7
    },
    {
      "week": "2025-41",
      "n": 10
    },
    {
      "week": "2025-42",
      "n": 15
    },
    {
      "week": "2025-43",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 7
    },
    {
      "week": "2025-45",
      "n": 6
    },
    {
      "week": "2025-46",
      "n": 6
    },
    {
      "week": "2025-47",
      "n": 6
    },
    {
      "week": "2025-49",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-10-29"
    },
    {
      "name": "v0.2.0",
      "date": "2025-11-09"
    },
    {
      "name": "v0.2.1",
      "date": "2025-11-10"
    },
    {
      "name": "v0.2.2",
      "date": "2025-11-11"
    },
    {
      "name": "v0.2.3",
      "date": "2025-11-17"
    },
    {
      "name": "v0.2.4",
      "date": "2026-03-18"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "wickm",
      "count": 69,
      "uuid": 11139412
    },
    {
      "user": "openhands-agent",
      "count": 1,
      "uuid": 175740463
    }
  ],
  "_userbio": {
    "uuid": 11139412,
    "type": "user",
    "name": "WickM"
  },
  "_downloads": {
    "count": 157,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kuzuR"
  },
  "_devurl": "https://github.com/wickm/kuzur",
  "_pkgdown": "https://wickm.github.io/kuzuR/",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kuzuR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wickm/kuzur",
  "_realowner": "wickm",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.3",
      "date": "2025-11-26"
    }
  ],
  "_exports": [
    "as_igraph",
    "as_tidygraph",
    "check_kuzu_installation",
    "kuzu_connection",
    "kuzu_copy_from_csv",
    "kuzu_copy_from_df",
    "kuzu_copy_from_json",
    "kuzu_copy_from_parquet",
    "kuzu_create_table_from_df",
    "kuzu_execute",
    "kuzu_get_all",
    "kuzu_get_column_data_types",
    "kuzu_get_column_names",
    "kuzu_get_n",
    "kuzu_get_next",
    "kuzu_get_schema",
    "kuzu_merge_df"
  ],
  "_help": [
    {
      "page": "as_igraph",
      "title": "Convert a Kuzu Query Result to an igraph Object",
      "topics": [
        "as_igraph"
      ]
    },
    {
      "page": "as_tibble.kuzu.query_result.QueryResult",
      "title": "Convert a Kuzu Query Result to a Tibble",
      "topics": [
        "as_tibble.kuzu.query_result.QueryResult"
      ]
    },
    {
      "page": "as_tidygraph",
      "title": "Convert a Kuzu Query Result to a tidygraph Object",
      "topics": [
        "as_tidygraph"
      ]
    },
    {
      "page": "as.data.frame.kuzu.query_result.QueryResult",
      "title": "Convert a Kuzu Query Result to a Data Frame",
      "topics": [
        "as.data.frame.kuzu.query_result.QueryResult"
      ]
    },
    {
      "page": "check_kuzu_installation",
      "title": "Check for Kuzu Python Dependencies",
      "topics": [
        "check_kuzu_installation"
      ]
    },
    {
      "page": "kuzu_connection",
      "title": "Create a Connection to a Kuzu Database",
      "topics": [
        "kuzu_connection"
      ]
    },
    {
      "page": "kuzu_copy_from_csv",
      "title": "Load Data from a CSV File into a Kuzu Table",
      "topics": [
        "kuzu_copy_from_csv"
      ]
    },
    {
      "page": "kuzu_copy_from_df",
      "title": "Load Data from a Data Frame or Tibble into a Kuzu Table",
      "topics": [
        "kuzu_copy_from_df"
      ]
    },
    {
      "page": "kuzu_copy_from_json",
      "title": "Load Data from a JSON File into a Kuzu Table",
      "topics": [
        "kuzu_copy_from_json"
      ]
    },
    {
      "page": "kuzu_copy_from_parquet",
      "title": "Load Data from a Parquet File into a Kuzu Table",
      "topics": [
        "kuzu_copy_from_parquet"
      ]
    },
    {
      "page": "kuzu_create_table_from_df",
      "title": "Create a Kuzu Table from a Data Frame",
      "topics": [
        "kuzu_create_table_from_df"
      ]
    },
    {
      "page": "kuzu_execute",
      "title": "Execute a Cypher Query",
      "topics": [
        "kuzu_execute"
      ]
    },
    {
      "page": "kuzu_get_all",
      "title": "Retrieve All Rows from a Query Result",
      "topics": [
        "kuzu_get_all"
      ]
    },
    {
      "page": "kuzu_get_column_data_types",
      "title": "Get Column Data Types from a Query Result",
      "topics": [
        "kuzu_get_column_data_types"
      ]
    },
    {
      "page": "kuzu_get_column_names",
      "title": "Get Column Names from a Query Result",
      "topics": [
        "kuzu_get_column_names"
      ]
    },
    {
      "page": "kuzu_get_n",
      "title": "Retrieve the First N Rows from a Query Result",
      "topics": [
        "kuzu_get_n"
      ]
    },
    {
      "page": "kuzu_get_next",
      "title": "Retrieve the Next Row from a Query Result",
      "topics": [
        "kuzu_get_next"
      ]
    },
    {
      "page": "kuzu_get_schema",
      "title": "Get Schema from a Query Result",
      "topics": [
        "kuzu_get_schema"
      ]
    },
    {
      "page": "kuzu_merge_df",
      "title": "Merge Data from a Data Frame into Kuzu using a Merge Query",
      "topics": [
        "kuzu_merge_df"
      ]
    }
  ],
  "_pkglogo": "https://github.com/wickm/kuzur/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/wickm/kuzur/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "digest",
    "dplyr",
    "generics",
    "glue",
    "here",
    "igraph",
    "jsonlite",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "png",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "stringi",
    "stringr",
    "tibble",
    "tidygraph",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with kuzuR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "Basic Usage",
        "1. Create a Connection",
        "2. Create a Schema",
        "3. Load Data",
        "4. Query Data"
      ],
      "created": "2025-10-18 18:40:23",
      "modified": "2026-03-18 22:43:40",
      "commits": 6
    },
    {
      "source": "graph-integrations.Rmd",
      "filename": "graph-integrations.html",
      "title": "Graph Library Integrations",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Converting to igraph",
        "Example: Loading and Converting Graph Data",
        "Converting to tidygraph",
        "Example: Converting to tidygraph",
        "Interactive Visualization with g6R",
        "Example: Creating an Interactive g6R Graph"
      ],
      "created": "2025-10-06 05:34:22",
      "modified": "2026-03-18 22:43:40",
      "commits": 9
    },
    {
      "source": "installation-and-usage.Rmd",
      "filename": "installation-and-usage.html",
      "title": "Installation and Basic Usage",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Connecting to a Database",
        "2. Data Types and Schema Definition",
        "Kuzu to R Data Type Mapping",
        "Creating a Complex Schema",
        "3. Loading Data",
        "Loading from a Data Frame",
        "Loading from a CSV File",
        "4. Executing Queries and Converting Results",
        "A Note on Query Results",
        "Convert to Data Frame or Tibble",
        "Use Query Results returned as list",
        "Convert to Graph Objects"
      ],
      "created": "2025-10-06 05:34:22",
      "modified": "2026-03-18 22:43:40",
      "commits": 9
    }
  ],
  "_score": 5.217483944213907,
  "_indexed": true,
  "_nocasepkg": "kuzur",
  "_universes": [
    "wickm"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.4",
      "date": "2026-05-17T09:03:29.000Z",
      "distro": "noble",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "b5ea450f59603b601528b5cb98477634427916129901394429cd82b58c9a06ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.4",
      "date": "2026-05-17T09:03:42.000Z",
      "distro": "noble",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "cc25bbd6341048c2398c1b031ca7a4dc25d0199bb9a3c98242b499202c3c3031",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.4",
      "date": "2026-05-17T09:03:52.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "b03ae652a0b9139335c66d6351716ee2875eaf94fb25d90cca992fd3bcb94f2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.4",
      "date": "2026-05-17T09:03:03.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "14e330d9815e0e193d72e9e1c82653c6fbd30eb1bf64d1f188fb84a6accd1064",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-17T09:02:43.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "6143cfc0595af6e2c23acdea3879bda9932de8e8b598238ded8db1bafc8d0f12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-17T09:02:33.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "e7709427f1d4ddd686656009ec35e91957be1eea51fa47d05941558f6eec67be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-17T09:02:46.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "06bbf284e7073739191c0293f5724fb15944cd864012bd11d79b80d071c28531",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.4",
      "date": "2026-06-02T17:08:00.000Z",
      "commit": "9cdd14cec278d8239e2ab20d16fbdd1232df9ed0",
      "fileid": "2eaaf8f4d536e283d9c89937454bca02172728ddd20f24123e29910d4e71603e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wickm/actions/runs/25986472511"
    }
  ]
}