MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Set the Encoding in DESCRIPTION to please roxygen2 #227

Closed manuteleco closed 1 year ago

manuteleco commented 1 year ago

Otherwise it complains with:

roxygen2 requires Encoding: "UTF-8"
MarkEdmondson1234 commented 1 year ago

Thanks - I guess it was last built when this check wasn't necessary.

manuteleco commented 1 year ago

I guess it was last built when this check wasn't necessary.

Just to be clear, it is still unnecessary. Even though the message includes the word "requires", it is just a warning. It doesn't prevent the docs generation from succeeding and it doesn't seem to make any difference in the output as of today either. But still.