CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
9 stars 9 forks source link

Warning message from ranking panel #24

Open nabury opened 1 year ago

nabury commented 1 year ago

There is a warning message when the ranking panel (3c) plots are produced:

Warning in left_join(pairs2, studylabs, by = "mtchvar") : Each row in x is expected to match at most 1 row in y. ℹ Row 1 of x matches multiple rows. ℹ If multiple matches are expected, set multiple = "all" to silence this warning.

Possibly coming from another package used in MetaInsight.

Flagging in case someone wants to find where the error message is originating from.