Message-ID: <20201216115656.39181559@Tarkus>
Date: 2020-12-16T08:56:56Z
From: Ivan Krylov
Subject: [R-pkg-devel] FW: [CRAN-pretest-archived] CRAN submission valmetrics 1.0.0
In-Reply-To: <06327abf2d2f4dfa8bbb8995cd225765@EXCH2-1.slu.se>
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