# -------------------------------------------- # 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.4 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'), 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://wickm.r-universe.dev repository-code: https://github.com/WickM/kuzuR commit: 9cdd14cec278d8239e2ab20d16fbdd1232df9ed0 url: https://wickm.github.io/kuzuR/ date-released: '2026-03-18' contact: - family-names: Wick-Eckl given-names: Manuel email: manuel.wick@gmail.com