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
in the .Rbuildignore file before calling R CMD build.
This is certainly sufficient in my case, but since the patch is just one line, perhaps it should be considered for inclusion as well.
Ben
Archive maintained by Robert King, hosted by
the discipline of
statistics at the
University of Newcastle,
Australia.
Archive generated by hypermail 2.2.0, at Wed 23 Jan 2008 - 20:30:12 GMT.
Mailing list information is available at https://stat.ethz.ch/mailman/listinfo/r-devel. Please read the posting guide before posting to the list.