[R-pkg-devel] FW: [CRAN-pretest-archived] CRAN submission valmetrics 1.0.0
On Wed, 16 Dec 2020 07:12:04 +0000
Kristin Piikki <Kristin.Piikki at slu.se> wrote:
Check: PDF version of manual, Result: WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! Package inputenc Error: Unicode char ??? (U+2010) (inputenc) not set up for use with LaTeX.
This means that some of your man/*.Rd files contain UTF-8 characters that LaTeX isn't ready to accept. Use tools::showNonASCIIfile on those files to find out where the non-ASCII hyphen is hiding. Does https://win-builder.r-project.org/ catch this problem when you submit your package there, too?
Best regards, Ivan