Package: kuzuR
Title: Interface to 'kuzu' Graph Database
Version: 0.2.3
Authors@R: 
    person("Manuel", "Wick-Eckl", role = c("aut", "cre"), 
           email = "manuel.wick@gmail.com")
Maintainer: Manuel Wick-Eckl <manuel.wick@gmail.com>
Description: 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 <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
Imports: reticulate, igraph, tibble, tidygraph
Suggests: g6R, jsonlite, testthat (>= 3.0.0), knitr, rmarkdown,
        spelling, arrow
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/usethis/last-upkeep: 2025-10-18
Language: en-US
NeedsCompilation: no
Packaged: 2025-11-22 09:38:54 UTC; krist
Author: Manuel Wick-Eckl [aut, cre]
Repository: CRAN
Date/Publication: 2025-11-26 20:30:07 UTC
Built: R 4.4.3; ; 2025-12-17 05:13:02 UTC; windows
