[R] Package build help - thanks

2015-03-22 Thread Glenn Schultz
Hello All, I have finally addressed all the cmd issues with my package build bondlab.  I would like to thank everyone that took the time to answer my questions.  I have the following question:  Currently the package has a non-standard directory/folder structure.  The non-standard folders are

Re: [R] Package build help

2015-02-11 Thread Hadley Wickham
On Sun, Feb 8, 2015 at 5:15 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 08/02/2015 4:06 PM, Glenn Schultz wrote: Hello All, I am in the final stages of building my first package BondLab and the check throughs the following warning. I think this is namespace thing. I have not

[R] Package build help

2015-02-08 Thread Glenn Schultz
Hello All, I am in the final stages of building my first package BondLab and the check throughs the following warning.  I think this is namespace thing.  I have not done anything with the namespace at this point.  I am turning my attention to the namespace now.  Am I correct this can be a

Re: [R] Package build help

2015-02-08 Thread Duncan Murdoch
On 08/02/2015 4:06 PM, Glenn Schultz wrote: Hello All, I am in the final stages of building my first package BondLab and the check throughs the following warning. I think this is namespace thing. I have not done anything with the namespace at this point. I am turning my attention to