-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.19 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
Package: rsppfp
Title: R's Shortest Path Problem with Forbidden Subpaths
Version: 1.0.4
Authors@R: c(person("Melina", "Vidoni", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4099-1430")),
person("Aldo", "Vecchietti", email = "[email protected]", role = "aut"))
Maintainer: Melina Vidoni <[email protected]>
Description: An implementation of functionalities to transform directed graphs that are bound to a set of
known forbidden paths. There are several transformations, following the rules provided by Villeneuve
and Desaulniers (2005) <doi: 10.1016/j.ejor.2004.01.032>, and Hsu et al. (2009) <doi: 10.1007/978-3-642-03095-6_60>.
The resulting graph is generated in a data-frame format. See rsppfp website for more information,
documentation an examples.
Depends: R (>= 3.4.0)
Imports: dplyr,
foreach,
doParallel,
igraph,
tidyr,
stringr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown,
testthat,
covr,
ggplot2
VignetteBuilder: knitr
URL: https://github.com/melvidoni/rsppfp
BugReports: https://github.com/melvidoni/rsppfp/issues