Re: [R-pkg-devel] Package inputenc Error: Unicode char ‐ (U+2010) during Windows build

2020-08-27 Thread Joshua Harrison
Hi Uwe, Thanks for the response and for mentioning the 'tools::' functions. Those functions were super helpful in identifying a hyphen that I missed in a supporting file that roxygen used to build the manual. My package builds without warnings and errors now on a few systems, so I think I am

Re: [R-pkg-devel] Package inputenc Error: Unicode char ‐ (U+2010) during Windows build

2020-08-27 Thread Uwe Ligges
Hyphens that, e.g., get auto generated in MS Word are non ASCII. You have to declare an appropriate encoding, or even better, replace by regular hypehsn. See functions tools:::showNonASCII tools:::showNonASCIIfile that may help to see where these are... Best, Uwe Ligges On 25.08.2020

[R-pkg-devel] Package inputenc Error: Unicode char ‐ (U+2010) during Windows build

2020-08-25 Thread Joshua Harrison
Hi all, I cannot get my package to correctly build on Windows because of an encoding error that I just can't figure out. The package builds on my Mac (10.14.6) and on a recent Debian release. The source code for the package can be viewed here: https://github.com/JHarrisonEcoEvo/CNVRG The error