Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot 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: