Re: [R-pkg-devel] checking PDF version of manual without hyperrefs or index ... ERROR

2020-10-30 Thread Lluís Revilla
Hi Anthony, I stumbled with the same issue for a package I submitted recently, the problem seems to be that LaTex doesn't know how to map this unicode character to a typesetting. My unicode character was \u2229 and I tried several ways to avoid this warning. On the vignette built with knitr I dec

Re: [R-pkg-devel] checking PDF version of manual without hyperrefs or index ... ERROR

2020-10-29 Thread Georgi Boshnakov
This seems to be the code for "small latin capital fl". Such characters often occur when copying text from external programs (similar to the familiar problem with fancy quotes). If that is the case, Just changing the offending symbol to the two letters 'f' and 'l' should suffice. Georgi Bosh

Re: [R-pkg-devel] checking PDF version of manual without hyperrefs or index ... ERROR

2020-10-29 Thread Duncan Murdoch
I don't know the best solution, but one workaround would be to replace "fl" in your Rd files with "fl". Duncan Murdoch On 29/10/2020 10:34 a.m., Anthony Hammond wrote: Hello, I'm attempting to upload a package to CRAN and although it passes the R CMD checks that I run, it doesn't pass the CRAN

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 16:28, Patrick Giraudoux a �crit : > Le 31/01/2016 15:58, John Nolan a �crit : >> >> Years ago I had a similar problem. I had to manually install some >> font using the MikTex Settings program. I think I also had to run >> the administrator version of this, not the regular user v

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 15:58, John Nolan a �crit : > > Years ago I had a similar problem. I had to manually install some > font using the MikTex Settings program. I think I also had to run the > administrator version of this, not the regular user version, or the > font didn't go in the right folder.

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 15:22, Patrick Giraudoux a écrit : Le 31/01/2016 14:36, Uwe Ligges a écrit : Eitehr the file is no longer there or corrupted, or the database that know about the file got corrupted. For the former, re-instal the package, fr the latter, just go to MikTeX settings and run "refresh

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 14:36, Uwe Ligges a écrit : Eitehr the file is no longer there or corrupted, or the database that know about the file got corrupted. For the former, re-instal the package, fr the latter, just go to MikTeX settings and run "refresh FNDB" and "Update Formats". You can also upload

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Uwe Ligges
Eitehr the file is no longer there or corrupted, or the database that know about the file got corrupted. For the former, re-instal the package, fr the latter, just go to MikTeX settings and run "refresh FNDB" and "Update Formats". You can also upload the package to the winbuilder service to v

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Brian G. Peterson
The error says: " Font ec-inconsolata at 540 not found" So it looks like you need to install extra fonts. I'm on linux, and haven't tried to do that on Windows in years, so I think that's about all I can do to help you out. Regards, Brian On 01/31/2016 05:44 AM, Patrick Giraudoux wrote:

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 12:13, Patrick Giraudoux a écrit : Le 31/01/2016 11:37, Patrick Giraudoux a écrit : I am trying to check a package using R 3.2.3 on Windows R cmd check --as-cran pgirmess but surprisingly, the check get suspended on "checking PDF version of manual ..." * checking data for non-

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 11:37, Patrick Giraudoux a écrit : I am trying to check a package using R 3.2.3 on Windows R cmd check --as-cran pgirmess but surprisingly, the check get suspended on "checking PDF version of manual ..." * checking data for non-ASCII characters ... OK * checking data for ASCII