Skip to content
Prev 14403 / 63424 Next

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

On Fri, 19 Nov 2004 07:11:24 -0500, Duncan Murdoch
<murdoch@stats.uwo.ca> wrote :
A problem with my suggestion:  on CRAN, package authors don't build
Windows binary packages, Uwe does.  This means that the decision
needs to be there in the source or it won't affect the build.  What we
do in other cases (e.g. makefiles) is have a *.win version of the file
that only applies to Windows.  Should .Rbuildignore be handled
similarly?

Duncan Murdoch