We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using esquisse::esquisser() version 1.1.2 with R 4.1.2 on Linux.
esquisse::esquisser()
1.1.2
4.1.2
With some datasets, there is a problem with the View tab and it shows an error: Error: undefined columns selected
View
Error: undefined columns selected
Steps to reproduce:
Import mtcars from datasets:
mtcars
datasets
Klick on View:
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
The text was updated successfully, but these errors were encountered:
ff505da
Thanks for reporting this, it was an error in package {datamods}, it's fixed in dev version.
Victor
Sorry, something went wrong.
Thank you very much for the fix!
No branches or pull requests
I am using
esquisse::esquisser()
version1.1.2
with R4.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
fromdatasets
:Klick on View:
The traceback looks like this:
The text was updated successfully, but these errors were encountered: