• added more unit tests
  • added package level description
  • fixed error for disconnected graphs with an explicit weights vector (#47)
  • added proper citation
  • fixed description of bbox in layout_with_stress
  • fixed bug in layout_with_stress3D which only produced a 2D layout
  • restoring old seed after using stress layout
  • added more examples and documentation
  • changed name from smglr to graphlayouts (sorry)
  • added layout_with_eigen()
  • layouts can now be used directly in ggraph, e.g. ggraph(g,layout="stress")+...
  • added documentation, examples and references