swarm-lab / editR

A Rmarkdown editor with instant preview
GNU General Public License v3.0
350 stars 30 forks source link

Adding host option to ediR #25

Open konradzdeb opened 7 years ago

konradzdeb commented 7 years ago

Would it be possible to add host and launch.browser options within to the runApp call within editR function on the lines:

runApp(app_path, port = port, launch.browser = TRUE, host = "0.0.0.0", launch.browser = FALSE)

I believe this would be useful when utilising editR when working remotely. Excellent package by the way.

Nevrage commented 6 years ago

Hi,

any news on this issue ?

sjmgarnier commented 6 years ago

@Nevrage I have stopped developing editR several years ago when R notebooks started becoming available within RStudio. I didn't see myself carrying on with developing editR by myself if I didn't need it anymore, and nobody has come forward to take over its development.