-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Regression: ggsave() fails if device
is function without ...
#4539
Labels
bug
an unexpected problem or unintended behavior
Comments
Is this different from #4521? |
It's a different package. https://cran.r-project.org/package=devEMF Looking at the diff of a9b3b17, I guess the problem is that we remap Lines 161 to 172 in acaa98e
|
Yes, that’s the issue. |
This was referenced Jul 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since a9b3b17, if a
device
is passed toggsave()
and this device lacks a...
argument (at least if it also uses afile
argument instead offilename
), it produces an "unused argument" error.Created on 2021-07-02 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: