Skip to content
Prev 14423 / 63424 Next

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

On Mon, 22 Nov 2004 01:54:53 +0000 (UTC), Gabor Grothendieck
<ggrothendieck@myway.com> wrote:

            
That's a premature assumption.  At the moment it seems there are two
other proposals on the table:

 - no change other than the bug fix.  Then if you want to use
.Rbuildignore, you use Rcmd build to make a tarball, and do everything
else (check, build binary, etc.) from the tarball

- some sort of change that allows you to turn .Rbuildignore on and
off.
I don't think it will work in Windows.  Windows shortcuts aren't soft
links, they're just files that the shell sometimes interprets that
way.  Most other programs just see them as regular files, and won't
know to use them as links.

Duncan Murdoch