Package: lbugr Title: Interface to 'ladybug' Graph Database Version: 0.1.1 Authors@R: person("Manuel", "Wick-Eckl", , "manuel.wick@gmail.com", role = c("aut", "cre", "cph")) Maintainer: Manuel Wick-Eckl Description: Provides a high-performance 'R' interface to the 'ladybug' graph database. Uses the 'reticulate' package to wrap the official Python 'ladybug' client. Enables seamless interaction with 'Ladybug' from within 'R' for managing database connections, executing 'Cypher' queries, and loading data from 'R' data frames. Converts query results into popular 'R' data structures including 'tibble', 'igraph', 'tidygraph', and 'g6R' objects for analysis and visualization workflows. URL: https://wickm.github.io/lbugr/, https://github.com/WickM/lbugr BugReports: https://github.com/WickM/lbugr/issues License: MIT + file LICENSE Imports: reticulate, digest, tibble Suggests: g6R, igraph, tidygraph, ggraph, ggplot2, jsonlite, testthat (>= 3.0.0), knitr, rmarkdown, spelling, arrow, withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US Config/pak/sysreqs: libpng-dev python3 Repository: https://wickm.r-universe.dev Date/Publication: 2026-07-05 20:25:29 UTC RemoteUrl: https://github.com/wickm/lbugr RemoteRef: HEAD RemoteSha: 850d1a474cecaa282b2d6ddc23097c766b340101 NeedsCompilation: no Packaged: 2026-07-12 08:55:11 UTC; root Author: Manuel Wick-Eckl [aut, cre, cph]