ropensci-review-tools / pkgstats

Historical statistics of every R package ever
https://docs.ropensci.org/pkgstats/
17 stars 1 forks source link

Edges not showing on network plot #52

Closed stitam closed 4 months ago

stitam commented 1 year ago

After cloning the pkgstats repository and setting that as the wd I run

library(dplyr)
pkgstats::pkgstats() %>% pkgstats::plot_network()

and get a nice interactive plot with many nodes but zero edges. I expected edges between the nodes, am I misunderstanding something? Many thanks.

mpadge commented 1 year ago

You generally have to wait. It's all rendered with the visjs library, which takes time to render the edges. Just leave the page open and come back to it at some later time (all dependent of course on your OS, processors, and so on.)