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 #25

Closed sadamowi closed 7 years ago

sadamowi commented 7 years ago

Hi Matt,

I am redoing everything for the Annelida pipeline after having installed R version very very secure dishes.

I found that before line 172:

library(plotly)

I had to first type:

install.packages("jsonlite") library(jsonlite)

This seems to be required before plotly would load happily.

Cheers, Sally

m-orton commented 7 years ago

Hi Sally, just remembered about this issue, I'll add this package to the script branches as well.

Best Regards, Matt

sadamowi commented 7 years ago

OK great! Thank you for adding this.

Cheers, Sally