Skip to content
Prev 14399 / 63424 Next

Building Packages on Windows using .Rbuildignore (PR#7379)

On Thu, 18 Nov 2004 19:32:25 +0100, Martin Maechler
<maechler@stat.math.ethz.ch> wrote:

            
Shouldn't that option be "--ignore-build-ignore"? :-)

More seriously:  I suspect that an on/off switch for the .Rbuildignore
file wouldn't be sufficiently flexible: the same package author might
want different things at different times, e.g. building a binary for
Windows would include different files than a binary for another
platform.  We could put together some sort of system of conditionals
within the .Rbuildignore file, but I think it would be better to just
advise such package writers to maintain one or more .Rbuildignore.in
files, and manually (or by makefile) copy the appropriate one in place
first.

Duncan Murdoch