Re: [Rd] Importing from a package with dependencies

2011-09-10 Thread steven mosher
Disregard. I found the problem. A stray "require" statement I didnt find on the first pass through the code. On Sat, Sep 10, 2011 at 6:03 PM, steven mosher wrote: >  I needed to do a little cleanup on my packages ( before trying > Rd2Roxygen) and that involved > switching some packages from my

[Rd] Importing from a package with dependencies

2011-09-10 Thread steven mosher
I needed to do a little cleanup on my packages ( before trying Rd2Roxygen) and that involved switching some packages from my Depends list to Imports. Specifically, I had a dependency on "R.utils", but since I only used one or two functions (gunzip ) I thought it best to importFrom("R.utils",gunz