-
Notifications
You must be signed in to change notification settings - Fork 78
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
saveWidget not working? #48
Comments
For this to work, we'll need to explictly convert using
|
@timelyportfolio do you know what's this warning about?
|
pandoc doesn't like |
I believe this should now be fixed with 9637a33. Could you try it out? |
I reinstalled using devtools::install_github("renkun-ken/formattable") is this the right way to patch a commit? I'm still seeing the same error. |
I think the commit is incorporated |
What you did sounds right. Let me dig a little deeper. Are you getting this with |
saveWidget, I was trying to use this in shiny to create a downloadable html for formattable. But I got the error even without using shiny. |
is there a directory like |
I removed test_files and restarted R session, still the same :( |
update: I have upgraded htmlwidgets to 0.5.2 and it's running without error now. However, it's running forever. But the generated test.html looks fine. |
ok, great. I'm not sure what takes it so long. I am guessing all the bootstrap files. Glad it worked. That was going to be my next suggestion :) |
Is there anyway to skip the generation of test_files? |
not that I am aware of, but they should only be temporary and disappear after save. Is this not the way it works on your machine? |
since it's running forever I had to kill the process which might skip the folder deletion code... |
I hit this issue as well trying to save a leaflet map... Anyone figure out a work around? |
The text was updated successfully, but these errors were encountered: