Re: [Rd] Questions about imports to a namespace

2012-07-04 Thread Simon Knapp
Thanks Duncan. wrt question 4, I see your point about passing arguments. Maybe R could do with a value "MISSING" or "DEFAULT" for this and other similar purposes. The test for is.na can be frustrating when the argument (when not NA) has length greater than 1 as it produces a warning. But in some

[Rd] Suggestion / patch to support more Unicode characters in R CMD Rd2pdf

2012-07-04 Thread Mikko Korpela
Hi list, When using R CMD Rd2pdf, it is possible to set environment variable RD2PDF_INPUTENC to value "inputenx" and enjoy better support for UTF-8 characters (see ?Rd2pdf). This enables LaTeX package "inputenx" instead of "inputenc". Even better support for UTF-8 encoded characters can be h