The specific error message you are getting says that there are
non-ASCII characters
in one of your .Rd files. You can locate them with the
tools::showNonASCII function.
library(tools)
?showNonASCII
Replace them with ASCII characters and the packaging should work.
If you really need the non-ASCI
What operating system? It is very unlikely anyone will offer help in the
darkness.
JN
On 16-12-06 01:20 AM, Pijush Das wrote:
> Hello Sir,
>
> I am facing a common problem in R. I have searched a lot but nobody gives a
> proper way. The problem is : when I am tying to check my package in R
> cr
This is not really an R problem but a TeX one. Apparently, your input file
contains Unicode characters that LaTeX doesn't know what to do with.
That raises the suspicion is that the file might not be in UTF-8 encoding at
all, however tan kind of issue does occasionally happen, even in UTF-8, if
Hello Sir,
I am facing a common problem in R. I have searched a lot but nobody gives a
proper way. The problem is : when I am tying to check my package in R
created by me it shows an error given below
* checking PDF version of manual ... WARNING
> LaTeX errors when creating PDF version.
This typi
4 matches
Mail list logo