# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "kuzuR" in publications use:' type: software license: MIT title: 'kuzuR: Interface to ''kuzu'' Graph Database' version: 0.2.3 doi: 10.32614/CRAN.package.kuzuR abstract: Provides a high-performance 'R' interface to the 'kuzu' graph database. It uses the 'reticulate' package to wrap the official 'Python' client ('kuzu', 'pandas', and 'networkx'), 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 . authors: - family-names: Wick-Eckl given-names: Manuel email: manuel.wick@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/WickM/kuzuR commit: 8def66241f44d2a0bdc2b0632116f47324499b57 url: https://wickm.github.io/kuzuR/ date-released: '2025-11-26' contact: - family-names: Wick-Eckl given-names: Manuel email: manuel.wick@gmail.com