-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: pipeflow
Title: Implement Data Analysis Workflows with Pipelines
Version: 0.1.1
Authors@R:
person("Roman", "Pahl", , "[email protected]", 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 <[email protected]>
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