rstudio / webshot2

Take screenshots of web pages from R

Home Page:https://rstudio.github.io/webshot2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wait_until_server_exists is called without p

aengels-git opened this issue · comments

The rmdshot_shiny function calls wait_until_server_exists without the p argument:
wait_until_server_exists(url)

This causes the following error:
Error in wait_until_server_exists(url) :
argument "p" is missing, with no default

Same on my end :)