On Jan 23, 2008 2:23 PM, Ben Goodrich <[EMAIL PROTECTED]> 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.*

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to