Re: [R] R package checking error.

2010-04-02 Thread Uwe Ligges
The error message "F used instead of FALSE" is pretty clear to me ...: Use FALSE rather than F in your code. Uwe Ligges On 30.03.2010 07:36, Dong H. Oh wrote: Dear useRs, I am trying to build my package (nonpareff) which deals with some models of data envelopment analysis. The building work

[R] R package checking error.

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