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

Warning message: file_renderer failed to copy frames to the destination directory #396

Open
vpoguru opened this issue Jun 20, 2020 · 2 comments

Comments

@vpoguru
Copy link

vpoguru commented Jun 20, 2020

macOS 10.15.5
R 4.0.1
ggplot2 3.3.2
gganimate 1.0.5

When running the first example from the gganimate website, the animation is not generated. I get the "Warning message: file_renderer failed to copy frames to the destination directory ". However, the 100 png files are created.

When writing the result from ggplot into a variable (p) and run the animate function ...

animate(p)

... I see the same error message.

When adding the default parameter renderer = gifski_renderer() ...

animate(p, renderer = gifski_renderer())

... it works.

@artidataio
Copy link

artidataio commented Jun 25, 2020

I can reproduce this in ubuntu 18.04.4, (Updated to R 4.0.2, gganimate and other stuffs, no warning anymore)

@mike-lawrence
Copy link

I can reproduce this in Ubuntu 20.04, R 4.03, gganimate 1.07

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

3 participants