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

Fix write_plot device error #3

Open
tomcardoso opened this issue Feb 18, 2021 · 0 comments
Open

Fix write_plot device error #3

tomcardoso opened this issue Feb 18, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tomcardoso
Copy link
Contributor

Need to add this before the return line for write_plot:

args[['format']] <- NULL

Otherwise ggsave gets confused by the format parameter existing and throws an error.

@tomcardoso tomcardoso added the bug Something isn't working label Feb 18, 2021
@tomcardoso tomcardoso self-assigned this Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant