On Wed, 17 Nov 2004 20:44:48 +0000 (UTC), Gabor Grothendieck
<[EMAIL PROTECTED]> wrote :

>If one does not use .Rbuildignore then with a pure R package
>one can run off the original source files, in this case
>in /wherever/mypkg, like this:
>...without .Rbuildignore ...
>R CMD install /wherever/mypkg
>R CMD check /wherever/mypkg
>R CMD build /wherever/mypkg
>R CMD build /wherever/mypkg --binary
>
>but if one DOES use .Rbuildignore then one must first build the
>package to remove the .Rbuildignore cited files and then run off
>the built files which were created by unpacking the tar.gz file.

... or what happens?  I still don't know exactly what you are claiming
goes wrong.  

It might be that the behaviour should be changed, or maybe there's an
existing workaround, but I'd like to see a clear statement of the
problem first.

Duncan Murdoch

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to