Skip to content
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

On check error with encoding for me #37

Closed
sckott opened this issue Oct 17, 2012 · 6 comments
Closed

On check error with encoding for me #37

sckott opened this issue Oct 17, 2012 · 6 comments

Comments

@sckott
Copy link
Contributor

sckott commented Oct 17, 2012

I get on check

  • checking R files for syntax errors ... WARNING
    Warning in Sys.setlocale("LC_CTYPE", "en_US.utf8") :
    OS reports request to set locale to "en_US.utf8" cannot be honored

I also get

  • checking examples ... WARNING
    checking a package with encoding 'UTF-8' in an ASCII locale

What do you run, Linux/Windows? I wonder if I should change something in my computers or R settings?

@eduardszoecs
Copy link
Member

Thanks for reporting this, I though UTF-8 is quite portable.

I'm on Linux. I had some Problems with ASCII (eg. the 'ö' in my name).
Therefore I am usually using UTF-8.

The respective files are DESCRIPTION, get_uid, classification(), taxize-package (and their .Rd files).
I will look for a solution tomorrow, since the error is basically on my side. [Which will be converting back to ASCII (and/or 'ö' in ASCII or as 'oe').

http://cran.r-project.org/doc/manuals/R-exts.html#Encoding-issues.

@sckott
Copy link
Contributor Author

sckott commented Oct 17, 2012

Okay. Just fyi, I am on OSX.

@eduardszoecs
Copy link
Member

This should fix the problem: e25a866.

@eduardszoecs
Copy link
Member

fixed? If yes close this, if not: hmm....

@sckott
Copy link
Contributor Author

sckott commented Oct 22, 2012

Just a second, will check it again.

@sckott
Copy link
Contributor Author

sckott commented Oct 22, 2012

Yes, this problem is fixed on my end. I don't get that same error on check.

@sckott sckott closed this as completed Oct 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants