Package: pipeflow
Title: Fast Interactive Data Analysis Pipelines
Version: 0.3.0
Authors@R: 
    person("Roman", "Pahl", , "roman.pahl@gmail.com", role = c("aut", "cre"))
Maintainer: Roman Pahl <roman.pahl@gmail.com>
Description: A lightweight and intuitive framework for building interactive data
    analysis pipelines. You add R functions one by one, and 'pipeflow'
    wires them into a pipeline that stays consistent as you go. Modify,
    remove, or insert steps at any stage, manage all parameters in one
    place, fast execution (C++-powered DAG) for interactive use and Shiny
    backends.
License: MIT + file LICENSE
URL: https://rpahl.github.io/pipeflow/,
        https://github.com/rpahl/pipeflow
BugReports: https://github.com/rpahl/pipeflow/issues
Depends: R (>= 4.2.0)
Imports: data.table, jsonlite, lgr, methods, R6, Rcpp (>= 1.1.1),
        stats, utils
Suggests: ggplot2, gridExtra, knitr, mockery, rmarkdown, targets,
        testthat, visNetwork
LinkingTo: Rcpp
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
Packaged: 2026-06-14 20:27:21 UTC; Roman
Author: Roman Pahl [aut, cre]
Repository: CRAN
Date/Publication: 2026-06-15 07:50:07 UTC
