Package: dplyneage
Type: Package
Title: Column Lineage Visualization for 'dplyr' Pipelines
Version: 0.3.1
Authors@R: c(
    person(
      "Travis", "Gerke",
      email = "travisgerke@gmail.com",
      role = c("aut", "cre", "cph")
    ),
    person(
      family = "Meta Platforms, Inc. and affiliates",
      role = "cph",
      comment = "React and scheduler libraries bundled in inst/htmlwidgets/lib/reactflow"
    ),
    person(
      family = "xyflow GmbH",
      role = "cph",
      comment = "React Flow library bundled in inst/htmlwidgets/lib/reactflow"
    )
  )
Description: Implements column lineage visualizations using 'React Flow'
    for 'dplyr' and 'dbplyr' pipelines. Provides a tidyverse-style interface
    for tracking data transformations through pipeline operations.
License: MIT + file LICENSE
URL: https://tgerke.github.io/dplyneage/,
        https://github.com/tgerke/dplyneage
BugReports: https://github.com/tgerke/dplyneage/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: htmlwidgets, jsonlite
Suggests: DBI, dbplyr, dplyr, duckdb, igraph, knitr, reticulate, rlang,
        rmarkdown, RSQLite, shiny, testthat (>= 3.2.0), withr, xml2
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
Config/Needs/website: tgerke/ducklake-r
NeedsCompilation: no
Packaged: 2026-09-08 14:02:39 UTC; tgerke
Author: Travis Gerke [aut, cre, cph],
  Meta Platforms, Inc. and affiliates [cph] (React and scheduler
    libraries bundled in inst/htmlwidgets/lib/reactflow),
  xyflow GmbH [cph] (React Flow library bundled in
    inst/htmlwidgets/lib/reactflow)
Maintainer: Travis Gerke <travisgerke@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-16 12:10:02 UTC
