I am trying to submit a package to CRAN that includes a vignette built using
rmarkdown. It passes fine on the machines I have access to (ubuntu and osx).
When I submit to CRAN using the form, it passes the Debian checks, but fails on
windows with the following WARNING:
! Missing $ inserted.
I’ve tried both ways (with and without a space after the backtick) and get the
same error.
From: Max Turgeon
Date: Friday, 1 May 2020 at 20:39
To: Matthew Young , "r-package-devel@r-project.org"
Subject: Re: Rmarkdown vignette yields r inline warning on windows build [EXT]
Si
es" wrote:
My wild guess is that 'r ' indicates there is an invisible char after
the r that is not representable in the chosen encoding.
Best,
Uwe Ligges
On 02.05.2020 01:12, Matthew Young wrote:
> I’ve tried both ways (with and without a s