AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js
https://adeelk93.github.io/collapsibleTree/
158 stars 41 forks source link

Cannot install #28

Closed jl5000 closed 6 years ago

jl5000 commented 6 years ago

I've upgraded R and RStudio to the latest versions, and I end up getting the same error on both systems I have RStudio installed on:

library(collapsibleTree) Error: package or namespace load failed for ‘collapsibleTree’: object ‘cividis’ is not exported by 'namespace:viridisLite'

AdeelK93 commented 6 years ago

Could you try reinstalling viridisLite?

jl5000 commented 6 years ago

That solved it - thanks!