dreamRs / esquisse

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

"Error: object [...] not found" #169

Closed Karim-Claudio closed 3 years ago

Karim-Claudio commented 3 years ago

Hello,

Thank you for this package, I've been using it for some weeks and it's really helpful. However, I'm facing an issue when I use imported data, the object containing my dataframe is not found by the app. I've been testing the example provided in the help (the one with data import function), and I get the same error:

image

As you can see, the file (csv file containing the mtcars dataframe) is properly read by the app but somehow I got this error. I'm not sure if that comes from the file itself, as I've been testing on different datasets. I'd really appreciate your help on this issue.

Kindly, Karim

pvictor commented 3 years ago

Hello,

Sorry for that, can you try by installing esquisse and datamods from GitHub:

remotes::install_github("dreamRs/datamods")
remotes::install_github("dreamRs/esquisse")

Let me know if the bug persist.

Victor

Karim-Claudio commented 3 years ago

That works perfectly thank you (sorry I've just realized your answer the same issue on gitmemory.com). Thank you for the quick answer ^^

Karim

pvictor commented 3 years ago

You're welcome, I'll need to push that fix on CRAN, I'm running late 😛