shamansim / Vizection

Shiny application for single cell transcriptomics studies data visualisation / exploration and quality control
0 stars 2 forks source link

Call plotly functions directly, to avoid namespace conflicts. #8

Closed charles-plessy closed 7 years ago

charles-plessy commented 7 years ago

Typical warning message:

Warning: replacing previous import ‘ggplot2::last_plot’ by ‘plotly::last_plot’ when loading ‘vizection’

There are other packages imported in the namespace, that use functions with the same name. Maybe it is not a top priority, but a bit of cleanup may help.