RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

add await function in crrri for vignettes with promises #33

Closed cderv closed 5 years ago

cderv commented 5 years ago

Integrate inside the 📦 the functions await() and knit_print.promise() mentioned in #24 so that we can create some vignettes

RLesur commented 5 years ago

While playing with await() in vignette, I discovered that the use of later::later() in the disconnection process was suboptimal. I will try to improve those functions.