Package: pipeflow
Title: Implement Data Analysis Workflows with Pipelines
Version: 0.1.1
Authors@R: 
    person("Roman", "Pahl", , "roman.pahl@gmail.com", role = c("aut", "cre"))
Description: A lightweight yet powerful framework for creating data
    analysis pipelines. You build your pipelines simply by defining a
    sequence of R functions and 'pipeflow' takes care of tracking
    dependencies among steps and managing all the analysis parameters.
    The framework is easy to get started with for the typical R user, but
    also provides advanced features to enable complex workflows.
License: GPL-3
Imports: data.table, jsonlite, lgr, methods, R6, stats, utils
Suggests: ggplot2, knitr, mockery, rmarkdown, testthat, visNetwork
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Maintainer: Roman Pahl <roman.pahl@gmail.com>
Packaged: 2024-12-01 12:41:00 UTC; Roman
Author: Roman Pahl [aut, cre]
Repository: CRAN
Date/Publication: 2024-12-02 12:40:56 UTC
