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
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
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"
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
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