manlius / muxViz

Analysis and Visualization of Interconnected Multilayer Networks
https://manlius.github.io/muxViz/
GNU General Public License v3.0
387 stars 93 forks source link

colourInput() from shinyjs doesn't exist anymore - please change to the colourpicker package #5

Open daattali opened 7 years ago

daattali commented 7 years ago

The function colourInput() used to be in the shinyjs package. It's been deprecated and moved into colourpicker package for well over a year, and recently it was completely removed from shinyjs. Please update the code to use the colourpicker package instead.

I got a bug report on colourpicker because an error came up because of this https://github.com/daattali/colourpicker/issues/26

daattali commented 6 years ago

Bump. This is a very simple fix, simply switch from shinyjs::colourInput() to colourpicker::colourInput(). You can get in touch if you need help