Re: [Rd] Quote symbol names under EXPORTS in tmp.def on Windows

2016-08-11 Thread Kyle Baron
Attaching a proper patch for this issue. I will post a bug report whenever new registrations are allowed. Best Regards, Kyle On Sat, Aug 6, 2016 at 11:51 PM, Kyle Baron wrote: > > I originally posted on this topic on a different thread: > https://stat.ethz.ch/pipermail/r-devel/2016-August/0729

[Rd] Suppress LaTeX log during R CMD build

2016-08-11 Thread Yihui Xie
Hi, When a package's documentation contains \Sexpr{}, R CMD build will build the manual to PDF. I wonder if the full LaTeX log could be suppressed in this case. Currently it looks like this: $ R CMD build foo * checking for file ‘foo/DESCRIPTION’ ... OK * preparing ‘foo’: * checking DESCRIPTION

Re: [Rd] table(exclude = NULL) always includes NA

2016-08-11 Thread Suharto Anggono Suharto Anggono via R-devel
I stand corrected. The part "If set to 'NULL', it implies 'useNA="always"'." is even in the documentation in R 2.8.0. It was my fault not to check carefully. I wonder, why "always" was chosen for 'useNA' for exclude = NULL. Why exclude = NULL is so special? What about another 'exclude' of length

[Rd] bug in nlme::getVarCov

2016-08-11 Thread James Pustejovsky
Greetings, I noticed a bug in the getVarCov function from nlme. I am posting here because it is not currently possible to register and file a report through https://bugs.r-project.org/. (If this is not the appropriate venue for this, I'd be grateful if someone could point me to the right place.)