Hi Team,
Based on the logs shared below, I need your help:
1) Windows:
Error: D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/bin/db2app64.dll: file
not recognized: file format not recognized
Question: why is the windows environment unable to recognize the file? What
could be the issue?
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.
Since you're looking for suggestions and that's all I have:
Could it be the space between the tick mark and the r? For example, does
replacing ` round` with `round` (and all other instances) fix the issue?
Max Turgeon
Assistant Professor
Department of Statistics
Department of Computer Science
In R Markdown, you can say, "The number `r round(pi)` will appear as
"The number 3". If you write "`round`", it should display "round" in a
special font for R commands. Meanwhile "$\sigma > 2\Phi^{-1}(q)$"
passes the string between the two dollar signs to a LaTeX processor. If
you already kn
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]
Since you're looki