-
Notifications
You must be signed in to change notification settings - Fork 73
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
unused argument (encoding = "native.enc") #1050
Comments
Addresses warning about unused argument in #1050
Thanks @DaveJarvis. There seem to be multiple problems that we should address (warning, no info about the error, error itself etc.). One to quickly fix is a minimal version requirement for {withr}. Can you download at least version 2.3 and retry and we see if it solves at least one of the problems? |
I'm not super skilled with R. If you provide the exact set of R commands to execute, I'll try them. |
Sure. Easiest is to just get the latest version with
And then re-start the R session. |
Worked.
|
We've added a minimal version requirement for {withr} in #1051. Hence I propose to close this issue. |
Replicate
Install styler:
sudo su - R install.package( "styler" )
Use styler:
Expected
File is reformatted.
Actual
File is not reformatted.
Environment
The text was updated successfully, but these errors were encountered: