Re: [Rd] R CMD check and interfacing packages

2005-09-03 Thread Gabor Grothendieck
On 9/3/05, Uwe Ligges <[EMAIL PROTECTED]> wrote: > Gabor Grothendieck wrote: > > > For an R package whose purpose is to interface to other software, > > since such other software is not necessarily being on CRAN how does one > > proceed so that the R package can pass 'R CMD check'? None > > of th

Re: [Rd] R CMD check and interfacing packages

2005-09-03 Thread Uwe Ligges
Gabor Grothendieck wrote: > For an R package whose purpose is to interface to other software, > since such other software is not necessarily being on CRAN how does one > proceed so that the R package can pass 'R CMD check'? None > of the examples or demos in the package can run without the soft