...fy (non-R) library path for dynamic library loading in R?。成功测试的结果如下:> library(igraph)
>
> g <- make_graph("Zachary")
>
> ## We put everything into a big 'try' block, in case
> ## igraph was compiled without GLPK support
>
> ## The calculation only...