Stable release with minor bug fixes. Released February 2019.
get_shortest_path()
function, to improve its functionality.Stable release of advanced implementation of rsppfp, with minor bug fixes. Released November 2018.
get_shortest_path()
. The user is now required to explicit the weight
attribute name. If it does not exist, a standard weight of 1 is added to the graph.data.frame()
, instead of using structure()
The importance of using stringAsFactors = FALSE
has been highlighted.on.exit()
, so that if the function terminates early, all the connections will still be closed.Stable release of advanced implementation of rsppfp, with minor bug fixes. Released October 2018.
from
and to
, and an undefined number of attributes) the resulting gStar
has the attributes in the correct order.NA
values.First stable release of advanced implementation of rsppfp, released on June 2018.
First stable release of advanced implementation of rsppfp! Includes the following functions: - Transformation algorithms (Villeneuve & Desaulniers, and Hsu’s et al.). - Basic parsing functions: graph-to-digraph, and vpath translation. - Integration functions: equivalent nodes selection, and igraph’s integration.