dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

Error in launch.browser(appUrl) #107

Closed codemeleon closed 3 years ago

codemeleon commented 4 years ago

Hi,

When I run squisse::esquisser() in R terminal I get following error


Listening on http://127.0.0.1:7900
Error in launch.browser(appUrl) : 
  'browser' must be a non-empty character string

I am using "R version 3.6.3" on Manjaro Linux.

Thank you

pvictor commented 4 years ago

Hello,

Are you using RStudio ? What's your default browser ? Is the following code works for you ?

shiny::runExample("01_hello")

Victor