Skip to content
Prev 832 / 12125 Next

[R-pkg-devel] Bilingual (English and Portuguese) documentation in an R package

On 20/05/2016 3:39 PM, Lucas Ferreira Mation wrote:
I don't think so.  It is possible (and has been supported for a long 
time, due to work by Brian Ripley) to have error and warning messages 
translated, but we don't currently have a way to have other 
documentation in multiple languages.

I would suggest that you write a vignette in Portuguese, which is 
definitely possible, though there is no special support for that.

There has been some effort among the translation teams to implement 
regular help files in other languages, but I don't know if it has 
progressed.

You could also write all your documentation in Portuguese in a separate 
version of the package, and your Brazilian users would install that version.

Duncan Murdoch