Re: [Rd] Utilizing the internet module

2006-02-24 Thread Jeffrey Horner
Prof Brian Ripley wrote: > On Thu, 23 Feb 2006, Jeffrey Horner wrote: [...] >> On a related note, how do I serialize() an R object to a database >> table column of type BLOB? I've tried using RODBC but was >> unsuccessfully (see R-sig-DB in Feb archive). I've also looked into >> RMySQL/DBI but I

Re: [Rd] Utilizing the internet module

2006-02-24 Thread Prof Brian Ripley
On Thu, 23 Feb 2006, Prof Brian Ripley wrote: > On Thu, 23 Feb 2006, Jeffrey Horner wrote: > >> Hello all, >> >> I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my >> R package. The intent is to use these in conjunction with R_serialize() >> to store R objects in a remote dat

Re: [Rd] Utilizing the internet module

2006-02-23 Thread Prof Brian Ripley
On Thu, 23 Feb 2006, Jeffrey Horner wrote: > Prof Brian Ripley wrote: >> On Thu, 23 Feb 2006, Jeffrey Horner wrote: >> >>> Hello all, >>> >>> I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my >>> R package. The intent is to use these in conjunction with R_serialize() >>> t

Re: [Rd] Utilizing the internet module

2006-02-23 Thread Jeffrey Horner
Prof Brian Ripley wrote: > On Thu, 23 Feb 2006, Jeffrey Horner wrote: > >> Hello all, >> >> I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my >> R package. The intent is to use these in conjunction with R_serialize() >> to store R objects in a remote data store. I'm aware th

Re: [Rd] Utilizing the internet module

2006-02-23 Thread Prof Brian Ripley
On Thu, 23 Feb 2006, Jeffrey Horner wrote: > Hello all, > > I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my > R package. The intent is to use these in conjunction with R_serialize() > to store R objects in a remote data store. I'm aware that version > 2.2.1 of "Writing R e

[Rd] Utilizing the internet module

2006-02-23 Thread Jeffrey Horner
Hello all, I'd like to utilize the R_Sock* functions from R_ext/R-ftp-http.h in my R package. The intent is to use these in conjunction with R_serialize() to store R objects in a remote data store. I'm aware that version 2.2.1 of "Writing R extensions" explains that these may be undocumented