bcgov / shinyssdtools

Shiny interface to ssdtools R package
https://bcgov.github.io/shinyssdtools/
Apache License 2.0
7 stars 4 forks source link

Issue with loading predict #96

Closed aylapear closed 3 years ago

aylapear commented 3 years ago

The Bug

The app gets hung up on the waiting screen when you hit predict.

aylapear commented 3 years ago

To fix this issue install the development version of the waiter package https://github.com/JohnCoene/waiter

Running this should give the development version, waiter version should be at least 0.3.0.9000

remotes::install_github("JohnCoene/waiter")
aylapear commented 3 years ago

prefer to wait till new CRAN release as waiter has gone through massive changes recently and I hope they do a CRAN release shortly. Once a new CRAN release occurs we should up the package dependencies to be at least that version.

aylapear commented 3 years ago

@joethorley

aylapear commented 3 years ago

waiter did a new CRAN release yesterday. I think this can be closed but will test first