Package: pipeflow Title: Fast Interactive Data Analysis Pipelines Version: 0.3.0.9004 Authors@R: person("Roman", "Pahl", , "roman.pahl@gmail.com", role = c("aut", "cre")) Maintainer: Roman Pahl 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 Roxygen: list(markdown = TRUE) Repository: https://rpahl.r-universe.dev Date/Publication: 2026-07-04 12:58:36 UTC RemoteUrl: https://github.com/rpahl/pipeflow RemoteRef: HEAD RemoteSha: ff0b1f15b545c65b2aece37f11814bb03c7e3c7e Packaged: 2026-07-04 13:11:21 UTC; root Author: Roman Pahl [aut, cre]