You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not using encoding directives anywhere in my package, either in DESCRIPTION, .Rd files or vignettes. However, when I run my tests (via devtools::test), I get the warning:
Warning message: encoding is deprecated; all files now assumed to be UTF-8
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:
This is actually referring to the encoding = parameter to testthat::test_dir(), rather than the Encoding: field in the DESCRIPTION file. We should remove the encoding argument at
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/
lockbot
locked and limited conversation to collaborators
Jan 13, 2019
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: