ggseg / ggseg3d

ggseg3d R package for cisualising brain atlases through plotly
https://ggseg.github.io/ggseg3d/
Other
34 stars 10 forks source link

unite_() deprecated #22

Open KBMD opened 1 month ago

KBMD commented 1 month ago

quoting from console:

ggseg3d(.data=test_ggseg3d, atlas = dk_3d) %>%

  • pancamera("left lateral") Warning message: `unite()was deprecated in tidyr 1.2.0. ℹ Please useunite()` instead. ℹ The deprecated feature was likely used in the ggseg3d package. Please report the issue at https://github.com/ggseg/ggseg3d/issues/. This warning is displayed once every 8 hours.

Backtrace: ▆

  1. ├─ggseg3d(.data = test_ggseg3d, atlas = dk_3d) %>% ...
  2. ├─ggseg3d::pan_camera(., "left lateral")
  3. │ └─plotly::layout(p, scene = list(camera = views, aspectratio = aspectratio))
  4. └─ggseg3d::ggseg3d(.data = test_ggseg3d, atlas = dk_3d)
  5. └─ggseg3d:::data_merge(.data, atlas3d)
  6. └─tidyr::unite_(errs, "tt", cols, sep = " - ")
drmowinckels commented 1 month ago

Thanks for reporting this. I'll have a look once I am out of sick leave. That will take some time, but thankfully this is a warning not an error. So things should still be working?

KBMD commented 1 month ago

Yes, seems to work fine?

Kevin J. Black

@.***

Sent from Proton Mail Android

-------- Original Message -------- On 10/23/24 06:12, Athanasia Monika Mowinckel wrote:

Thanks for reporting this. I'll have a look once I am out of sick leave. That will take some time, but thankfully this is a warning not an error. So things should still be working?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>