You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in sankey.R, in the function StatSankeyFlow (line 228) is summarise(flow_freq = dplyr::n(), .groups = "keep") which is missing the explicit reference to dplyr.
The text was updated successfully, but these errors were encountered:
in sankey.R, in the function
StatSankeyFlow
(line 228) issummarise(flow_freq = dplyr::n(), .groups = "keep")
which is missing the explicit reference todplyr
.The text was updated successfully, but these errors were encountered: