[Rd] [wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)

Gabor Grothendieck ggrothendieck at gmail.com
Wed Jan 23 20:39:19 CET 2008


On Jan 23, 2008 2:23 PM, Ben Goodrich <goodrich at fas.harvard.edu> wrote:
> Gabor Grothendieck wrote:
> > If you place an .Rbuildignore file in the top level of
> > your package with this line single line as its contents:
> >
> > [.]bzr$
> >
> > then the .bzr file will not be included.
>
> Thank you for the suggestion. In order to remove both the .bzr/
> directory and the .bzrignore file, it seems to be necessary to specify
>
> [.]bzr$
> [.]bzrignore

or perhaps

[.]bzr.*



More information about the R-devel mailing list