Checking data for non-ASCII characters takes a very long time for packages with substantial data components. Could the check be done manually by the developer, and a switch introduced to optionally skip this during check?
CMD check: checking data for non-ASCII characters is very time consuming
2 messages · Vincent Carey, Duncan Murdoch
6 days later
On 02/09/2010 6:27 AM, Vincent Carey wrote:
Checking data for non-ASCII characters takes a very long time for packages with substantial data components. Could the check be done manually by the developer, and a switch introduced to optionally skip this during check?
I'll add an environment variable to skip this check. For the full list of check configuration variables, see the Tools section of the R Internals manual. Duncan Murdoch