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

Warning generated by UTF-8 strings #141

Open
kamapu opened this issue Jul 6, 2020 · 0 comments
Open

Warning generated by UTF-8 strings #141

kamapu opened this issue Jul 6, 2020 · 0 comments
Labels
Projects

Comments

@kamapu
Copy link

kamapu commented Jul 6, 2020

UTF-8 encoding in data used as example by taxlist is causing a warning message by goodpractice::gp(), although UTF-8 encoding is already declared at DESCRIPTION:

  • fix this R CMD check NOTE: Note: found 137 marked UTF-8 strings

There was a time, when I was getting this message by R CMD check but I have already solved the problem, thus I'm wondering if this is a bug in goodpractice.

At the moment I'm testing the package in a Latin-1 locale as requested by CRAN with 0 errors, 0 notes, 0 warnings:

devtools::build(...)
Sys.setenv(LANG="en_US.iso88591")
devtools::check_built(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants