[R] LaTeX errors when creating PDF version.

Richard M. Heiberger rmh at temple.edu
Tue Dec 6 15:21:13 CET 2016


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-ASCII characters see the "Writing R
Extensions" manual at
   system.file("../../doc/manual/R-exts.pdf")
and read the sections on Encoding.


On Tue, Dec 6, 2016 at 1:20 AM, Pijush Das <topijush at gmail.com> 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
> created by me it shows an error given below
>
> * checking PDF version of manual ... WARNING
>> LaTeX errors when creating PDF version.
> This typically indicates Rd problems.
> LaTeX errors found:
> ! Package inputenc Error: Unicode char (U+9D)
> (inputenc)                not set up for use with LaTeX.
>
>>See the inputenc package documentation for explanation.
> Type  H <return>  for immediate help.
> ! Package inputenc Error: Unicode char (U+9D)
> (inputenc)                not set up for use with LaTeX.
>
>>See the inputenc package documentation for explanation.
> Type  H <return>  for immediate help.
> ! Package inputenc Error: Unicode char (U+9D)
> (inputenc)                not set up for use with LaTeX.
>
>
> I found this is a common problem for each novice who are trying create
> their won package. But I unable to find any proper solution.
>
> Please help me .
>
> Thank you very much
>
> regards Pijush
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list