Closed gfleetwood closed 3 years ago
You will need to update your shiny
. The latest version on CRAN should be fine:
install.packages("shiny")
Modules were introduced in shiny 1.5.0
, I will bump the version dependency in the DESCRIPTION.
With 98bdc42b80e3887fbb4ec94eb7e536bcd0d7e910 I have added a dependency on shiny 1.5.0
so that it will request an update if your shiny version is too low.
Hi. I tried to install the library from CRAN and got this error:
I checked and that object is not in shiny 1.4.0. Are you using another version? I'm also running R 3.6.0 on Ubuntu 20.04.