-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 925 Bytes
/
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
Package: petrinetR
Type: Package
Title: Building, Visualizing, Exporting and Replaying Petri Nets
Version: 0.3.0
Date: 2023-04-01
Authors@R: c(person("Gert","Janssenswillen",email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")),
person("Ivan", "Esin", email = "ivan.esin99@gmail.com", role = "ctb"))
Description: Functions for the construction of Petri Nets. Petri Nets can be replayed by firing enabled transitions.
Silent transitions will be hidden by the execution handler. Also includes functionalities for the visualization of Petri Nets and
export of Petri Nets to PNML (Petri Net Markup Language) files.
License: GPL-3
Depends:
R(>= 3.0.0)
Imports:
dplyr,
visNetwork,
DiagrammeR,
xml2,
purrr,
lifecycle
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://www.bupar.net, https://github.com/bupaverse/petrinetR
BugReports: https://github.com/bupaverse/petrinetR/issues