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.
The function
colourInput()
used to be in the shinyjs package. It's been deprecated and moved intocolourpicker
package for well over a year, and recently it was completely removed from shinyjs. Please update the code to use thecolourpicker
package instead.I got a bug report on
colourpicker
because an error came up because of this https://github.com/daattali/colourpicker/issues/26