Skip to content
Prev 44461 / 63424 Next

accented charatchers in a package manual

On 14/11/2012 9:22 AM, Denis Talbot wrote:
You need to declare what encoding you are using.  Put a line in your 
DESCRIPTION file like

Encoding:  utf-8

If you don't know what encoding you are using, you can probably find out 
by reading the docs for your text editor, or just guess:  If you are on 
Windows it is likely latin1, on Linux it is likely utf-8.  If you guess 
wrong you'll get errors or ugly text when R produces the manual.

Duncan Murdoch