Re: [R-pkg-devel] [CRAN-pretest-archived] CRAN submission RIBMDB 0.1.0

2020-05-01 Thread Binit Kumar
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?

[R-pkg-devel] Rmarkdown vignette yields r inline warning on windows build

2020-05-01 Thread Matthew Young
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.

Re: [R-pkg-devel] Rmarkdown vignette yields r inline warning on windows build

2020-05-01 Thread Max Turgeon
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

Re: [R-pkg-devel] Rmarkdown vignette yields r inline warning on windows build

2020-05-01 Thread Spencer Graves
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

Re: [R-pkg-devel] Rmarkdown vignette yields r inline warning on windows build [EXT]

2020-05-01 Thread Matthew Young
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