Package: kuzuR Title: Interface to 'kuzu' Graph Database Version: 0.2.4 Authors@R: person("Manuel", "Wick-Eckl", role = c("aut", "cre"), email = "manuel.wick@gmail.com") Maintainer: Manuel Wick-Eckl Description: Provides a high-performance 'R' interface to the 'kuzu' graph database. It uses the 'reticulate' package to wrap the official 'Python' client ('kuzu'), allowing users to interact with 'kuzu' seamlessly from within 'R'. Key features include managing database connections, executing 'Cypher' queries, and efficiently loading data from 'R' data frames. It also provides seamless integration with the 'R' ecosystem by converting query results directly into popular 'R' data structures, including 'tibble', 'igraph', 'tidygraph', and 'g6R' objects, making 'kuzu's powerful graph computation capabilities readily available for data analysis and visualization workflows in 'R'. The 'kuzu' documentation can be found at . URL: https://github.com/WickM/kuzuR, https://wickm.github.io/kuzuR/ BugReports: https://github.com/WickM/kuzuR/issues License: MIT + file LICENSE Imports: reticulate, igraph, tibble, tidygraph, digest Suggests: g6R, jsonlite, testthat (>= 3.0.0), knitr, rmarkdown, spelling, arrow 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 python3 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: 2026-06-16 08:15:00 UTC; root Author: Manuel Wick-Eckl [aut, cre]