r-lib / later

Schedule an R function or formula to run after a specified period of time.
https://r-lib.github.io/later
Other
137 stars 27 forks source link

Make execLaterNative consistent with previous CRAN version #98

Closed wch closed 5 years ago

wch commented 5 years ago

Fixes #97.

Can be tested with:

devtools::install_github('r-lib/later#98')
install.packages('httpuv')    # Install httpuv binary package - must be on Mac or Windows
shiny::runExample('01_hello')

If the app runs, then it's good.