daattali / shinycssloaders

⌛ Add loading animations to a Shiny output while it's recalculating
https://daattali.com/shiny/shinycssloaders-demo/
Other
395 stars 45 forks source link

showSpinner() function not found #91

Closed alex-silverman closed 4 months ago

alex-silverman commented 4 months ago

The showSpinner() function isn't found.

When I run getNamespaceExports("shinycssloaders"): [1] "withSpinner"

When I run shinycssloaders::showSpinner(): Error: 'showSpinner' is not an exported object from 'namespace:shinycssloaders'

withSpinner() works just fine.

fredjaya commented 4 months ago

Same here, showPageSpinner() missing too

daattali commented 4 months ago

You are probably not using the development version. These functions are not on CRAN yet.

Install the development version to use these features:

remotes::install_github("daattali/shinycssloaders")