Skip to content
Prev 17473 / 63421 Next

R CMD check and interfacing packages

Gabor Grothendieck wrote:

            
Yes, this is a problem.
For this reason, we have some exceptions on CRAN for packages that 
interface to other software products, e.g. for some we are doing only 
fake installations and for others, I am skipping automatical checks for 
Windows, if GUI interaction is required.
I don't think there is a globally perfect example.
It depends on the software you are going to interface to, on the 
Operating Systems this software is available on, and on the license and 
the requirements for linking against it etc....

Uwe Ligges