Skip to content

Fix deprecated ggiraph functions (ggiraphOutput/renderggiraph → girafeOutput/renderGirafe) - #37

Open
ltalignani wants to merge 1 commit into
ngthomas:masterfrom
ltalignani:fix/ggiraph-deprecation
Open

Fix deprecated ggiraph functions (ggiraphOutput/renderggiraph → girafeOutput/renderGirafe)#37
ltalignani wants to merge 1 commit into
ngthomas:masterfrom
ltalignani:fix/ggiraph-deprecation

Conversation

@ltalignani

Copy link
Copy Markdown

Summary

  • ggiraph::ggiraphOutput() and ggiraph::renderggiraph() are defunct in recent versions of the ggiraph package, causing the app to fail on startup with "'ggiraphOutput' is defunct. Use 'girafeOutput' instead."
  • Replaces them with the current equivalents, ggiraph::girafeOutput() and ggiraph::renderGirafe(), in inst/shiny/microhaplot/ui.R and inst/shiny/microhaplot/server.R.

Test plan

  • Confirmed girafeOutput/renderGirafe exist and are the documented replacements in ggiraph 0.9.6 (?ggiraph::Defunct)
  • Ran runShinyHaplot() locally — app launches and the biplot tab renders without error

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant