igraphdata icon indicating copy to clipboard operation
igraphdata copied to clipboard

adding .onAttach for smooth data loading

Open benyamindsmith opened this issue 11 months ago • 12 comments

When igraphdata is presently loaded. The data does not look nice when the library is called without igraph. I added a zzz.R file and an .onAttach function.

Without .onAttach

Screenshot 2024-11-14 200949

With .onAttach

This is a fix:

image

Let me know if this is helpful or not.

benyamindsmith avatar Nov 15 '24 01:11 benyamindsmith