[Rd] Symlinks when building R on windows

2013-12-18 Thread Olivier BARTHELEMY
I think this is more suited for the devel mailing list than the help one. I'm trying to build R on windows, With Rtools installed, and configure/make in R-3.0.2 sources folder from a cygwin console. I am stuck at the moment, because the build process tries create symlinks, and gcc build fails beca

Re: [Rd] Symlinks when building R on windows

2013-12-18 Thread Duncan Murdoch
On 13-12-18 5:24 AM, Olivier BARTHELEMY wrote: I think this is more suited for the devel mailing list than the help one. I'm trying to build R on windows, With Rtools installed, and configure/make in R-3.0.2 sources folder from a cygwin console. This doesn't sound like a good idea. The Rtools

[Rd] Fwd: Bad \usage lines question

2013-12-18 Thread Antti Arppe
Dear colleagues, In checking a function I am adding to an R package, I get the following warning pair: ... Bad \usage lines found in documentation object 'nominal': "\\method{print}{nominal}"(x, max.print = 10, posthoc = "std.pearson.residuals.sign", assoc = ifelse("univariate"

Re: [Rd] Fwd: Bad \usage lines question

2013-12-18 Thread Duncan Murdoch
On 18/12/2013 12:08 PM, Antti Arppe wrote: Dear colleagues, In checking a function I am adding to an R package, I get the following warning pair: ... Bad \usage lines found in documentation object 'nominal': "\\method{print}{nominal}"(x, max.print = 10, posthoc = "std.pearson.residua

Re: [Rd] Fwd: Bad \usage lines question

2013-12-18 Thread Antti Arppe
Thanks, that resolved it. Somehow I just thought that the line was truncated in the error message and that the problem was elsewhere, and didn't see/realize the obvious that '%' can indeed be a special character in Rd files. -Antti Arppe On 2013-12-18 5:42 PM, Duncan Murdoch wrote: O