Skip to content

R MS-Sql database connection package

4 messages · rikbr@dt m@iii@g oii xs4@ii@be, Brian Ripley, Tim Keitt

#
Hello,

we have a, for the moment, somewhat outdated R MS-SqlServer database
connection package. It works with a not so recent version of freetds and used
to compile under 1.x versions of R.
We are now working on a upgrade of this package.
- Is there anybody interested in collaborating on this subject.
- What are the rules you need to fullfill to be accepted as a contributed
package?

Regards,

Rik
#
I think the general preference is to subclass the DBI interface. See the
DBI package.

THK
On Wed, 2004-10-06 at 15:54, rikbradt at xs4all.be wrote:
#
On Wed, 6 Oct 2004, Timothy H. Keitt wrote:

            
I am not sure how `general' that preference is, but it is definitely not 
part of the `rules'.

The only rule for a package to be accepted on CRAN is that it passes `R
CMD check' on the current and development versions of R.  That's a little 
tricky where proprietary interfaces are concerned, but is workable as 
packages such as ROracle show.

Using the DBI common interface would be desirable if it suffices for your 
purposes, but it is your choice.

  
    
#
Brian's quite right -- there is no prohibition against non-DBI
interfaces.

T.
On Thu, 2004-10-07 at 01:53, Prof Brian Ripley wrote: