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

Error: undefined columns selected in dataset View #64

Closed
clemens-zauchner opened this issue Mar 11, 2023 · 2 comments
Closed

Error: undefined columns selected in dataset View #64

clemens-zauchner opened this issue Mar 11, 2023 · 2 comments

Comments

@clemens-zauchner
Copy link

I am using esquisse::esquisser() version 1.1.2 with R 4.1.2 on Linux.

With some datasets, there is a problem with the View tab and it shows an error: Error: undefined columns selected

Steps to reproduce:

Import mtcars from datasets:

image

Klick on View:

image

The traceback looks like this:

Warning: Error in [.data.frame: undefined columns selected
  112: stop
  111: [.data.frame
  105: <Anonymous>
  103: callFunc
  102: FUN
  101: lapply
  100: reactable::reactable
   99: ::
htmlwidgets
shinyRenderWidget
   98: func
   85: renderFunc
   84: output$esquisse-import-data-view
    3: shiny::runApp
    2: runGadget
    1: esquisse::esquisser
@pvictor pvictor transferred this issue from dreamRs/esquisse Mar 16, 2023
@pvictor
Copy link
Member

pvictor commented Mar 16, 2023

Thanks for reporting this, it was an error in package {datamods}, it's fixed in dev version.

Victor

@clemens-zauchner
Copy link
Author

Thank you very much for the fix!

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