-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
96 lines (95 loc) · 2.53 KB
/
NAMESPACE
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
S3method(dotted_chart,activitylog)
S3method(dotted_chart,eventlog)
S3method(dotted_chart,grouped_activitylog)
S3method(dotted_chart,grouped_eventlog)
S3method(lined_chart,activitylog)
S3method(lined_chart,eventlog)
S3method(lined_chart,grouped_activitylog)
S3method(lined_chart,grouped_eventlog)
S3method(plot,process_matrix)
S3method(process_map,activitylog)
S3method(process_map,eventlog)
S3method(process_map,grouped_eventlog)
S3method(process_matrix,activitylog)
S3method(process_matrix,eventlog)
S3method(resource_map,activitylog)
S3method(resource_map,eventlog)
S3method(resource_matrix,activitylog)
S3method(resource_matrix,eventlog)
S3method(trace_explorer,activitylog)
S3method(trace_explorer,eventlog)
export("%>%")
export(custom)
export(dotted_chart)
export(export_graph)
export(export_map)
export(frequency)
export(get_activities)
export(get_flows)
export(idotted_chart)
export(ilined_chart)
export(iplotly_dotted_chart)
export(layout_pm)
export(lined_chart)
export(performance)
export(plotly_dotted_chart)
export(plotly_lined_chart)
export(plotly_trace_explorer)
export(precedence_matrix)
export(processMapOutput)
export(process_map)
export(process_matrix)
export(renderProcessMap)
export(render_map)
export(resource_map)
export(resource_matrix)
export(trace_explorer)
import(DiagrammeR)
import(bupaR)
import(dplyr)
import(edeaR)
import(forcats)
import(ggplot2)
import(htmlwidgets)
import(miniUI)
import(shiny)
import(stringr)
importFrom(DiagrammeR,export_graph)
importFrom(DiagrammeR,grVizOutput)
importFrom(Rcpp,sourceCpp)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(glue,glue)
importFrom(hms,as_hms)
importFrom(lifecycle,deprecated)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(rlang,arg_match)
importFrom(rlang,caller_env)
importFrom(rlang,is_integerish)
importFrom(rlang,sym)
importFrom(scales,rescale)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(tidyr,spread)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(processmapR, .registration = TRUE)