tpoorten / dotPlotly

Generate an interactive dot plot from mummer or minimap alignments
MIT License
190 stars 53 forks source link

pafCoordsDotPlotly.R could not find R package 'plotly' #4

Closed Yung-Chien closed 4 years ago

Yung-Chien commented 4 years ago

Hi, I'd like to try run the r script pafCoordsDotPlotly.R, however I received this report:

Error in library(plotly) : there is no package called ‘plotly’ Calls: suppressPackageStartupMessages -> withCallingHandlers -> library Execution halted

then I tried to install the packages "plotly" through conda and pip, while it still didn't work and reported the same results, so how could I fix this problem, thank you in advance.

Best Regrads, Yung-Chien

Yung-Chien commented 4 years ago

ooops, I've just solved this problem by simply upgrade R in conda, thx, sorry for bothering you.