encoding warning confusion with test() #1776
Closed
Labels
Comments
This is actually referring to the Line 70 in ab568e9 |
But as workaround you should be able to add |
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/ |
HughParsonage
added a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
Newer versions of testthat deprecate this argument, so we should no longer use it in the call. Fixes r-lib#1776
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not using
encoding
directives anywhere in my package, either in DESCRIPTION, .Rd files or vignettes. However, when I run my tests (viadevtools::test
), I get the warning:According to the R Extensions Manual,
Encoding
isn't actually deprecated, and even if it were I'm not using it. What is the intention of this warning? Have I done something that needs attention?The text was updated successfully, but these errors were encountered: