ggsave: partial argument match of 'file' to 'filename' #2355
Labels
Comments
This has been bugging me too. It is weird that some devices take |
This still seems to be around. |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have all the
warnPartialMatch*
options set toTRUE
in my.Rprofile
. Every time I useggsave()
I get this warning. I took at look at plot_dev() and couldn't quickly determine iffile
(vsfilename
) is necessary for some devices? But forpng()
at least, it would be nice if this line wasdev(filename = filename, width = dim[1], height = dim[2], ...)
.Created on 2017-12-01 by the reprex package (v0.1.1.9000).
The text was updated successfully, but these errors were encountered: