Skip to contents

graphlayouts 1.1.1

  • fixed bug in disconnected layouts #80

graphlayouts 1.1.0

CRAN release: 2024-01-19

graphlayouts 1.0.2

CRAN release: 2023-11-03

  • fixed bug with weighted disconnected graphs (#71) h/t @gi0na

graphlayouts 1.0.1

CRAN release: 2023-09-19

  • removed the use of %u% (#70)

graphlayouts 1.0.0

CRAN release: 2023-05-01

  • added install of oaqc to readme(#52)
  • fixed grammar in Description (#53)
  • made dynamic layout example reproducible (#54)
  • replaced 1:length with seq_along (#55)
  • added contributing guide (#56)
  • added more tests (#60)

graphlayouts 0.8.4

CRAN release: 2022-11-24

  • added more unit tests
  • added package level description

graphlayouts 0.8.3

CRAN release: 2022-10-20

  • fixed error for disconnected graphs with an explicit weights vector (#47)
  • added proper citation

graphlayouts 0.8.2

CRAN release: 2022-09-29

graphlayouts 0.8.1

CRAN release: 2022-08-11

graphlayouts 0.8.0

CRAN release: 2022-01-03

graphlayouts 0.7.2

CRAN release: 2021-11-21

  • fixed description of bbox in layout_with_stress
  • fixed bug in layout_with_stress3D which only produced a 2D layout

graphlayouts 0.7.1

CRAN release: 2020-10-26

  • restoring old seed after using stress layout

graphlayouts 0.7.0

CRAN release: 2020-04-25

graphlayouts 0.6.0

CRAN release: 2020-03-09

graphlayouts 0.5.0

CRAN release: 2019-08-20

graphlayouts 0.2.0

CRAN release: 2019-07-04

graphlayouts 0.1.0

CRAN release: 2019-04-05

  • added more examples and documentation

graphlayouts 0.0.5.9000

  • 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