Skip to content
Prev 4245 / 12125 Next

[R-pkg-devel] Finding UTF character in .RData file

On 05/08/2019 10:51 a.m., Roy Mendelssohn - NOAA Federal via
R-package-devel wrote:
That message comes when the tools:::.check_package_datasets function 
detects a string containing a UTF-8 encoding.  You can run it directly 
and you might get a more informative message.  If not, I suppose you 
could fix() it and add some extra debugging messages....

It's argument is "pkgDir"; I think that is the directory holding the 
files after untarring the .tar.gz file.

Duncan Murdoch