DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
384 stars 40 forks source link

Shiny Based Installation Error #13

Closed gfleetwood closed 3 years ago

gfleetwood commented 3 years ago

Hi. I tried to install the library from CRAN and got this error:

Error: object ‘moduleServer’ is not exported by 'namespace:shiny'
Execution halted

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.

DillonHammill commented 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.

DillonHammill commented 3 years ago

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.