m-orton / Evolutionary-Rates-Analysis-Pipeline

The purpose of this repository is to develop software pipelines in R that can perform large scale phylogenetics comparisons of various taxa found on the Barcode of Life Database (BOLD) API.
GNU General Public License v3.0
7 stars 1 forks source link

Additional package needed? colorspace #11

Closed sadamowi closed 7 years ago

sadamowi commented 7 years ago

Hi Matt,

I am working with the Annelida branch. It seemed that RStudio expected me to install the package "colorspace" around line 157 of the code. Does that make sense? Should the command to install that package be added to the code?

Cheers, Sally

m-orton commented 7 years ago

Figured it out i think! colorspace is a prerequisite package for plotly apparently: http://stackoverflow.com/questions/38403279/new-r-user-having-problems-installing-and-running-plotly-package

m-orton commented 7 years ago

So ill add the colorspace package to the script.

sadamowi commented 7 years ago

OK thanks Matt. After that, I suggest to close this issue.

sadamowi commented 7 years ago

OK good. I see that is added. I will close this issue.