Skip to content
Prev 1319 / 12125 Next

[R-pkg-devel] ω, α, η, ² in .Rd files

On 10.02.2017 03:19, Jonathon Love wrote:
The latter is right in principle, but two issues:

1- you use it in an .R file which should no assume a special encoding. I 
do not use roxygen2, hence don't know how it can work at all, I'd simply 
do it in the Rd file directly.

2- Thge LaTeX version on winbuilder cannot deal with an UTF-8 omega 
symbol. Hence I'd rather write
\eqn{\omega}{omega}
or to square it:
\eqn{\omega^2}{omega^2}

Best,
Uwe Ligges