MatthewHeun

Results 3 issues of MatthewHeun

Thanks for the great package! Here is a simple data frame of 3 nodes and 2 flows. ``` df % dplyr::mutate( # This is the natural order and results in...

Steps to reproduce: * Use RStudio to start a new project of type package in an empty folder. I created the empty folder at `~/Desktop/testdmpkgdown/` like this: * Add the...

I'm receiving the following warning in some of my code: ``` The `father` argument of `dfs()` is deprecated as of igraph 2.2.0. ℹ Please use the `parent` argument instead. ℹ...