JoachimGoedhart / VolcaNoseR

Shiny app for making and annotating Volcano plots
https://huygens.science.uva.nl/VolcaNoseR/
GNU General Public License v3.0
20 stars 7 forks source link

Error: unable to find an inherited method for function ‘select’ for signature ‘"tbl_df #8

Closed etiennedanis closed 3 years ago

etiennedanis commented 3 years ago

Hello, When I try to use your shiny app, just using your example data, I get the following error message when I click on the tab 'Plot': Error: unable to find an inherited method for function ‘select’ for signature ‘"tbl_df"’ Is there anything I can do no my side to fix this? Thank you very much in advance. Best, Etienne

JoachimGoedhart commented 3 years ago

Hi Etienne,

Thanks for the interest. Honestly, I'm not sure what's causing this error message. The Shiny errors can be rather cryptic.... Do you run the app from Rstudio? And is the example data present in the same directory as the app?

Best regards, Joachim

On Mar 9, 2021, at 03:47 , Etienne Danis notifications@github.com wrote:

Hello, When I try to use your shiny app, just using your example data, I get the following error message when I click on the tab 'Plot': Error: unable to find an inherited method for function ‘select’ for signature ‘"tbl_df"’ Is there anything I can do no my side to fix this? Thank you very much in advance. Best, Etienne

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

etiennedanis commented 3 years ago

Hi Joachim, It was RStudio. Launched from R in the terminal, I did not get this error message. Thank you very much for the prompt response and solution! Best, Etienne