Package: igraphlayout Title: Manual Layout Editor for 'igraph' Objects Version: 0.1 Authors@R: person(given = "Mauricio", family = "Vargas Sepulveda", role = c("aut", "cre"), email = "m.vargas.sepulveda@gmail.com") Description: Manually edit the layout of 'igraph' objects using an interactive Shiny application. Provides a user-friendly interface to adjust node positions in graph visualizations and apply various layout algorithms from the 'igraph' package with a user-defined seed. License: Apache License (>= 2) Imports: config, golem, htmlwidgets, igraph, shiny Encoding: UTF-8 RoxygenNote: 7.3.3 Suggests: spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Language: en-US Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev zlib1g-dev Repository: https://pachadotdev.r-universe.dev Date/Publication: 2025-11-08 17:36:33 UTC RemoteUrl: https://github.com/pachadotdev/igraphlayout RemoteRef: HEAD RemoteSha: 6c60c631ab7a26d6cc29c92f7707ff3cf3c4967b NeedsCompilation: no Packaged: 2026-06-07 07:26:06 UTC; root Author: Mauricio Vargas Sepulveda [aut, cre] Maintainer: Mauricio Vargas Sepulveda