I have written a function for my 'oce' package that creates a data.frame
containing a variable name with a prime in it.  (I use prime to indicate
coordinate rotation, a reasonably standard convention that motivates the odd
variable name.)

How can I name that in an Rd file?  I tried \code{u'} but R-2.9.0 doesn't
like to build my package then, since it thinks I'm opening a string.  So I
tried \code{u\'} but then the backslash appears in the documentation.


-- 
View this message in context: 
http://www.nabble.com/Rd%3A-how-to-put-a-prime-in-a-code-fragment--tp23112610p23112610.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to