-
Notifications
You must be signed in to change notification settings - Fork 13
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
Problems with encoder #9
Comments
We removed the copy button since it wasn't working well on shinyapps.io (potentially due to security measures). However I just tried things out and the rest behave as expected. If you have a reproducible example with output you're seeing, I'd be happy to help figure out what might be going wrong. |
`--- runtime: shiny_prerendered
Wrap UpCongratulations on making it through this very brisk introduction to ggplot! There is tons more you could do with ggplot; the key is to keep trying and learning.
` |
Thanks for the reprex @grover4! I can reproduce this and have created an example that's a little more simple. It seems to me like learnrhash fails when the answer to an exercise is a plot. If you replace the exercise code with
|
makes sense, @mine-cetinkaya-rundel ! I didn't remember that it was encoding the answers... |
The newest version on github now has the I've also added select hash and copy hash buttons back to the encoder ui - they seem to be working well but testing is still a bit limited. |
There seems to be a discrepancy between the help for encoder_ui() and what is stated on the github site (see below) about how to use it. In particular, the help in R for this package says we need to specify ui_before() and ui_after() etc. When I run the code below, I get a page long hash and no "COPY" button.
Submit
The text was updated successfully, but these errors were encountered: