-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.2 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: makepipe
Title: Pipeline Tools Inspired by 'GNU Make'
Version: 0.2.1
Authors@R:
person(given = "Kinto",
family = "Behr",
role = c("aut", "cre", "cph"),
email = "kinto.behr@gmail.com")
Description: A suite of tools for transforming an existing workflow into a
self-documenting pipeline with very minimal upfront costs. Segments of
the pipeline are specified in much the same way a 'Make' rule is, by
declaring an executable recipe (which might be an R script), along
with the corresponding targets and dependencies. When the entire
pipeline is run through, only those recipes that need to be executed
will be. Meanwhile, execution metadata is captured behind the scenes
for later inspection.
License: GPL (>= 3)
URL: https://kinto-b.github.io/makepipe/,
https://github.com/kinto-b/makepipe
BugReports: https://github.com/kinto-b/makepipe/issues
Imports:
cli,
nomnoml,
R6,
utils,
roxygen2
Suggests:
knitr,
covr,
testthat (>= 3.0.0),
withr,
rmarkdown,
webshot,
visNetwork,
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr