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

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

2020-10-29 Thread Anthony Hammond
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 check and the response I get is pasted below. I've looked online and found numerous solutions; some made no sense to me & others didn't work. I tried downloading and puttin