Re: [R] developing package: dealing with namespaces

2013-02-06 Thread Vitalie Spinu
Duncan Murdoch murdoch.dun...@gmail.com on Mon, 04 Feb 2013 13:23:57 -0500 wrote: DM On 04/02/2013 12:59 PM, Ross Boylan wrote: I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package code. What is the best

[R] developing package: dealing with namespaces

2013-02-04 Thread Ross Boylan
I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package code. What is the best workflow for doing this? I recall the advice used to be to remove the NAMESPACE during development, but I don't think this is possible anymore. For

Re: [R] developing package: dealing with namespaces

2013-02-04 Thread Duncan Murdoch
On 04/02/2013 12:59 PM, Ross Boylan wrote: I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package code. What is the best workflow for doing this? I recall the advice used to be to remove the NAMESPACE during development, but

Re: [R] developing package: dealing with namespaces

2013-02-04 Thread Barry Rowlingson
On Mon, Feb 4, 2013 at 6:23 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 04/02/2013 12:59 PM, Ross Boylan wrote: I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package code. What is the best workflow for doing

Re: [R] developing package: dealing with namespaces

2013-02-04 Thread Duncan Murdoch
On 04/02/2013 1:48 PM, Barry Rowlingson wrote: On Mon, Feb 4, 2013 at 6:23 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 04/02/2013 12:59 PM, Ross Boylan wrote: I am tweaking an R package for which I have the source; the relevant code is in R not C. I'm making changes to the package