hadexversum / HaDeX

Analysis and Visualisation of Hydrogen/Deuterium Exchange Mass Spectrometry Data
http://mslab-ibb.pl/shiny/HaDeX/
8 stars 2 forks source link

Add missing imports to a function #138

Closed DominikRafacz closed 1 year ago

DominikRafacz commented 1 year ago

Some functions from dplyr used in plotting functions were unimported and those functions worked only because whole libraries were loaded by the app. Now, when the time comes to separate the UI from backend, they need to be imported explicitly.