Re: [R] Package creation - require statement?

2009-12-19 Thread Charlie Sharpsteen
On Fri, Dec 18, 2009 at 3:50 PM, Jeff Breiwick wrote: > Thanks for you advice.  I do, in fact, have a call to RODBC in my function > that uses RODBC functions. The first line of that function is > require(RODBC). The odd thing is if I leave off ROBDC from the DESCRIPTION > file then rcmd check pkg

Re: [R] Package creation - require statement?

2009-12-18 Thread Prof Brian Ripley
On Fri, 18 Dec 2009, Jeff Breiwick wrote: All, I have used package.skeleton, edited the .Rd files and the DESCRIPTON file. In one of my package functions I am using RODBC so I have a line of code that reads: require(RODBC). In my DESCRIPTION file I have the following relevant line: Depends: R

[R] Package creation - require statement?

2009-12-18 Thread Jeff Breiwick
All, I have used package.skeleton, edited the .Rd files and the DESCRIPTON file. In one of my package functions I am using RODBC so I have a line of code that reads: require(RODBC). In my DESCRIPTION file I have the following relevant line: Depends: R (>= 2.9.0), RODBC However, when I do a che