Skip to content
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

External data gives error: "Error : object 'imported_data' not found!" #154

Closed
psolymos opened this issue Apr 22, 2021 · 2 comments
Closed

Comments

@psolymos
Copy link

Hi! Thanks for this wonderful tool. I am experiencing issues with copy/paste, external file upload, and Google sheets. Only the 'Environment' (R data sets) option is working. I used different data sets and it is always the same error.

  1. The data shows up fine in the modal.
  2. The column names show up fine in the dragula element.
  3. Once I drag the column names to X and Y etc I get the error: "Error : object 'file_name' not found!" (file name being iris.csv etc).

Try write.csv(iris, row.names=FALSE, file="iris.csv") with external file upload.

I am using esquisse_1.0.1.9000 and shiny_1.6.0.

I could trace it back to safe_ggplot() called by esquisse_server(), but had no luck with further troubleshooting.

See below some screen shots:
Screen Shot 2021-04-21 at 9 46 04 PM
Screen Shot 2021-04-21 at 9 46 17 PM
Screen Shot 2021-04-21 at 9 46 30 PM

@pvictor
Copy link
Member

pvictor commented Apr 22, 2021

Thanks for reporting this, should be fixed if you re-install datamods and esquisse from GitHub:

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

Victor

@psolymos
Copy link
Author

Thanks @pvictor for the fix! I can confirm that it resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants