nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
368 stars 19 forks source link

server is closed immediately #107

Closed hodanli closed 2 years ago

hodanli commented 2 years ago

when i run hgd() the server is closed immediately. below is printed in the terminal.

httpgd server running at:
  http://127.0.0.1:61320/live?token=uiV2Ebdr
Server closing... Closed.

Screenshots

image

Environment

eitsupi commented 2 years ago

I do not think this is a function that can be used within RStudio's RMarkdown cell. Try running it in the R console.

hodanli commented 2 years ago

thanks. this solved the issue.