rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
198 stars 19 forks source link

Update Shiny installation readme #14

Closed MarkEdmondson1234 closed 5 years ago

MarkEdmondson1234 commented 6 years ago

Hello, I tried to install from Shiny as per the readme and its now a 404:

devtools::install_github("rstudio/shiny@async")
#Downloading GitHub repo rstudio/shiny@async from URL https://api.github.com/repos/rstudio/shiny/zipball/async
#Installation failed: 404: Not Found (404)

Is it on the main Shiny branch now?

YsoSirius commented 5 years ago

Since shiny 1.1.0 there is support for async operations. (News)

So yes, its on the main branch.

MarkEdmondson1234 commented 5 years ago

Thanks!