Package: rsppfp
Title: R's Shortest Path Problem with Forbidden Subpaths
Version: 1.0.4
Authors@R: c(person("Melina", "Vidoni", email = "melinavidoni@santafe-conicet.gov.ar", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4099-1430")),
             person("Aldo", "Vecchietti", email = "aldovec@santafe-conicet.gov.ar", role = "aut"))
Maintainer: Melina Vidoni <melinavidoni@santafe-conicet.gov.ar>
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
NeedsCompilation: no
Packaged: 2019-02-19 14:50:59 UTC; melina
Author: Melina Vidoni [aut, cre] (<https://orcid.org/0000-0002-4099-1430>),
  Aldo Vecchietti [aut]
Repository: CRAN
Date/Publication: 2019-02-19 15:10:03 UTC
Built: R 4.2.0; ; 2023-07-11 00:06:07 UTC; unix
