Re: [R] Error when checking a package.

2010-03-30 Thread Jim Lemon
On 03/30/2010 09:53 PM, Duncan Murdoch wrote: ... That test has been around at least since 2003: it applies in package testing, not to people typing in the console. Duncan Murdoch It just takes longer for us old codgers to make changes in our habits. It's called the Seven Year Switch. Jim

Re: [R] Error when checking a package.

2010-03-30 Thread Duncan Murdoch
On 30/03/2010 1:59 AM, Jim Lemon wrote: On 03/30/2010 04:39 PM, Dong H. Oh wrote: ... * checking R code for possible problems ... NOTE Found possibly global 'T' or 'F' in the following function: ar.dual.dea Error in ar.dual.dea(ar.dat, noutput = 1, orientation = 1, rts = 1, ar.l = matrix(c

Re: [R] Error when checking a package.

2010-03-29 Thread Jim Lemon
On 03/30/2010 04:39 PM, Dong H. Oh wrote: ... * checking R code for possible problems ... NOTE Found possibly global 'T' or 'F' in the following function: ar.dual.dea Error in ar.dual.dea(ar.dat, noutput = 1, orientation = 1, rts = 1, ar.l = matrix(c(0, : F used instead of FALSE Executi

[R] Error when checking a package.

2010-03-29 Thread Dong H. Oh
Dear useRs, I am trying to build my package (nonpareff) which deals with some models of data envelopment analysis. The building worked well, but checking complains when it tests examples. Zipped nonparaeff.Rcheck is attached. Following is the log. - a