-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.85 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.85 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: blockr.process
Title: Process Orchestration Blocks for blockr
Version: 0.2.1.9000
Authors@R:
person(given = "Christoph",
family = "Sax",
role = c("aut", "cre"),
email = "christoph@cynkra.com")
URL: https://cynkra.github.io/blockr.process/, https://github.com/cynkra/blockr.process
BugReports: https://github.com/cynkra/blockr.process/issues
Description: The organization as a data frame: process definitions,
instances, and tasks live in one wide table that flows through a
blockr board, in BPMN vocabulary throughout (process, task, lane,
multi-instance, collection, element, assignee). A process block
emits the table, task blocks write an append-only event log, a
headless worker runs the tasks that are scripts, a file inbox lets
other systems move a process forward, and a BPMN block renders the
table as a standards-conform process diagram with live status painted
on. The package is two layers in one namespace: the engine (table
semantics, event store, worker, inbox) is pure R with no UI
dependency, the blocks sit on top, and a test enforces the direction
-- see 'dev/architecture.md'. The BPMN half (model, interchange XML,
auto-layout, widget) lives in the 'bpmn-*.R' files and depends on
nothing else here, so either layer can be lifted out into a package
of its own once the process model stops moving.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
blockr.core,
blockr.outline (>= 0.0.107),
blockr.dplyr (>= 0.2.0),
htmltools,
htmlwidgets,
jsonlite,
shiny,
stats,
tibble,
utils,
xml2
Suggests:
blockr.dock,
callr,
knitr,
rmarkdown,
shinytest2,
testthat (>= 3.0.0),
withr
Remotes:
BristolMyersSquibb/blockr.dplyr,
cynkra/blockr.outline
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.3.3