- Kurt Hornik writes:
The new version still has the same problem. You have
R> tools:::showNonASCIIfile("NAMESPACE") 3: exportPattern("<86>[[:alpha:]]+")
and you want a plain text caret (^) and not a Unicode circumflex accent modifier (U+02c6).
- This problem is solved by removing the line exportPattern("<86>[[:alpha:]]+").
- There were no ERRORs or WARNINGs.