-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot launch in RStudio with null data argument #25
Comments
Hello, devtools::install_github("dreamRs/esquisse") Victor |
The new version fails with a different error:
Again, it launches fine when running R in a terminal, but fails when in RStudio. |
I've been running the command (unsuccessfully) in the RStudio console. I discovered (through a bunch of experiments you don't care about) that having a file of any type (even an empty text file) open in the RStudio editor lets the command run successfully in the console. If I close all open files, the command fails again. |
Thanks for all your experiments. I think it's related to I've added a call to Victor |
I have version Your latest patch seems to have fixed it for me. Thanks! I'll leave it up to you to close the ticket or not. Paul |
Oups, I'm the one who's not up to date. And now I can reproduce your error ! Definitely linked to Victor |
I've tested both the CRAN and GitHub versions, and the problem exists in both. Running R from a terminal,
esquisse::esquisser()
works fine (using the default web browser). From an RStudio session,esquisse::esquisser(some_data_frame)
works as expected, butesquisse::esquisser()
throws an error:The text was updated successfully, but these errors were encountered: