Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tidyr warning in console #70

Closed
simonpcouch opened this issue Apr 27, 2022 · 2 comments · Fixed by plotly/plotly.R#2125
Closed

tidyr warning in console #70

simonpcouch opened this issue Apr 27, 2022 · 2 comments · Fixed by plotly/plotly.R#2125

Comments

@simonpcouch
Copy link
Contributor

Warning: `gather_()` was deprecated in tidyr 1.2.0.
Please use `gather()` instead.
@simonpcouch
Copy link
Contributor Author

Ah, this is a dependency one:

> lifecycle::last_lifecycle_warnings()
[[1]]
<deprecated>
message: `gather_()` was deprecated in tidyr 1.2.0.
Please use `gather()` instead.
Backtrace:
   1. base `<fn>`(x)
   2. shiny:::print.shiny.appobj(x)
   3. shiny::runApp(x)
  10. shiny:::serviceApp()
  11. shiny:::flushReact()
  12. .getReactiveEnvironment()$flush()
  13. ctx$executeFlushCallbacks()
  14. base::lapply(...)
  15. shiny FUN(X[[i]], ...)
  16. shiny flushCallback()
  35. shiny run()
  36. ctx$run(.func)
  43. env$runWith(self, func)
  44. shiny contextFunc()
  45. shiny `<observer:output$obs_vs_pred>`(...)
  46. shiny::observe()
  81. shiny func()
  82. shiny orig(name = name, shinysession = self)
  84. shiny `output$obs_vs_pred`(...)
  85. shiny renderFunc(...)
  98. shiny func()
  99. plotly shinyRenderWidget()
 102. shiny func()
 103. shinymodels `::\nplotly\nrenderPlotly`()
 106. shinymodels::plot_numeric_obs_pred(...)
 111. shinymodels:::ggplotly2(p, tooltip = "text", source = source)
 113. plotly:::ggplotly.ggplot(x, width = width, height = height, ...)
 114. plotly::gg2list(...)
 115. plotly:::layers2traces(data, prestats_data, layout, plot)
 117. plotly:::to_basic.GeomAbline(...)
 118. tidyr::gather_(layout$layout, "variable", "x", c("x_min", "x_max"))

@github-actions
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant