Re: [Rd] Rbuildignore question

2012-09-20 Thread Terry Therneau
Thanks, that answers my question. 1. I was running on the source tree. And by "leave in the source tree" I mean just that, with local source code control managment. It's in a place I can find it when needed. It would appear on Rforge. But per your comment, not on the CRAN source. Ok 2. I

Re: [Rd] Rbuildignore question

2012-09-20 Thread Duncan Murdoch
On 20/09/2012 1:43 PM, Terry Therneau wrote: I'm touching up changes to rpart and have a question with .Rbuildignore. Here is my file tmt1014% more .Rbuildignore test.local \.hg src/print_tree.c The source code included a module "print_tree.c", used for dubugging. Commented out calls to

[Rd] Rbuildignore question

2012-09-20 Thread Terry Therneau
I'm touching up changes to rpart and have a question with .Rbuildignore. Here is my file tmt1014% more .Rbuildignore test.local \.hg src/print_tree.c The source code included a module "print_tree.c", used for dubugging. Commented out calls to can be found here and there. I want to leave i