An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130101/f1f66d38/attachment-0001.pl>
Rd problems
2 messages · Daniel Marcelino, Duncan Murdoch
On 13-01-01 2:48 PM, Daniel Marcelino wrote:
Dear users, I'm struggling with encoding issues for documenting some functions. The Rd format is incradible simple, however, because I'm dealing with diacritic strings, I seted up encoding in several Rd files as latin1. Under R, using the checks available in the package 'tools it performs pretty well. But when check the package as cran, I got several encoding issues. Have any one faced this problem? It points out to be a Latex problem, but my guess it is not. I'm using an updated version o Mac Tex. Thanks in advance, This typically indicates Rd problems. LaTeX errors found: 711b8b/Rd2.tex:98: Package inputenc Error: Unicode char \u8: not set up for u se with LaTeX. See the inputenc package documentation for explanation. Type H <return> for immediate help. 711b8b/Rd2.tex:157: Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
I think you need to be more forthcoming with specific examples. Is the package available somewhere for us to look at it? Duncan Murdoch